From: Sam Reed Date: Mon, 26 Jul 2010 06:57:58 +0000 (+0000) Subject: Followup r69921 X-Git-Tag: 1.31.0-rc.0~35915 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=24bb8304f266bf990ad168890bcad4111b75608e;p=lhc%2Fweb%2Fwiklou.git Followup r69921 PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting T_PAAMAYIM_NEKUDOTAYIM in includes/db/DatabasePostgres.php on line 1157 --- diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 62391e94d8..1e33424802 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -1154,7 +1154,7 @@ class DatabasePostgres extends DatabaseBase { * @return string Version information from the database */ function getServerVersion() { - if ( ! isset( this->numeric_version ) ) { + if ( !isset( $this->numeric_version ) ) { $versionInfo = pg_version( $this->mConn ); if ( version_compare( $versionInfo['client'], '7.4.0', 'lt' ) ) { // Old client, abort install