From: Krinkle Date: Fri, 28 Jan 2011 23:31:01 +0000 (+0000) Subject: fixing php Parse error: syntax error from r81169 X-Git-Tag: 1.31.0-rc.0~32306 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=d11bf6b0e0199b588ee169cd4af74853461a01fa;p=lhc%2Fweb%2Fwiklou.git fixing php Parse error: syntax error from r81169 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index ec6748b86c..33097602eb 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1002,7 +1002,7 @@ class OutputPage { $lb->constructSet( 'page', $dbr ), __METHOD__, array(), - array( 'page_props' => array( 'LEFT JOIN', array( 'pp_propname' => 'hiddencat', 'pp_page = page_id' ) ) + array( 'page_props' => array( 'LEFT JOIN', array( 'pp_propname' => 'hiddencat', 'pp_page = page_id' ) ) ) ); # Add the results to the link cache