Followup r69921
authorSam Reed <reedy@users.mediawiki.org>
Mon, 26 Jul 2010 06:57:58 +0000 (06:57 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 26 Jul 2010 06:57:58 +0000 (06:57 +0000)
PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting T_PAAMAYIM_NEKUDOTAYIM in includes/db/DatabasePostgres.php on line 1157

includes/db/DatabasePostgres.php

index 62391e9..1e33424 100644 (file)
@@ -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