r69930 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69929‎ | r69930 | r69931 >
Date:06:57, 26 July 2010
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Followup r69921

PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting T_PAAMAYIM_NEKUDOTAYIM in includes/db/DatabasePostgres.php on line 1157
Modified paths:
  • /trunk/phase3/includes/db/DatabasePostgres.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabasePostgres.php
@@ -1154,7 +1154,7 @@
11551155 * @return string Version information from the database
11561156 */
11571157 function getServerVersion() {
1158 - if ( ! isset( this->numeric_version ) ) {
 1158+ if ( !isset( $this->numeric_version ) ) {
11591159 $versionInfo = pg_version( $this->mConn );
11601160 if ( version_compare( $versionInfo['client'], '7.4.0', 'lt' ) ) {
11611161 // Old client, abort install

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69921Kill $wgDBversionplatonides22:09, 25 July 2010

Comments

#Comment by Platonides (talk | contribs)   10:05, 26 July 2010

Thanks

Status & tagging log