r81178 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81177‎ | r81178 | r81179 >
Date:23:31, 28 January 2011
Author:krinkle
Status:ok
Tags:
Comment:
fixing php Parse error: syntax error from r81169
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -1002,7 +1002,7 @@
10031003 $lb->constructSet( 'page', $dbr ),
10041004 __METHOD__,
10051005 array(),
1006 - array( 'page_props' => array( 'LEFT JOIN', array( 'pp_propname' => 'hiddencat', 'pp_page = page_id' ) )
 1006+ array( 'page_props' => array( 'LEFT JOIN', array( 'pp_propname' => 'hiddencat', 'pp_page = page_id' ) ) )
10071007 );
10081008
10091009 # Add the results to the link cache

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81169Follow up r81100. Don't hardcode hiddencat quotes, per r80936 CR.platonides22:17, 28 January 2011

Status & tagging log