Index: trunk/phase3/includes/db/DatabasePostgres.php |
— | — | @@ -1154,7 +1154,7 @@ |
1155 | 1155 | * @return string Version information from the database |
1156 | 1156 | */ |
1157 | 1157 | function getServerVersion() { |
1158 | | - if ( ! isset( this->numeric_version ) ) { |
| 1158 | + if ( !isset( $this->numeric_version ) ) { |
1159 | 1159 | $versionInfo = pg_version( $this->mConn ); |
1160 | 1160 | if ( version_compare( $versionInfo['client'], '7.4.0', 'lt' ) ) { |
1161 | 1161 | // Old client, abort install |