Index: trunk/phase3/includes/installer/PostgresInstaller.php |
— | — | @@ -280,7 +280,7 @@ |
281 | 281 | } |
282 | 282 | |
283 | 283 | if( version_compare( $this->db->getServerVersion(), $this->ts2MaxVersion, '<' ) ) { |
284 | | - if ( !$this->db->tableExists( 'pg_ts_cfg', $wgDBts2schema ) ) { |
| 284 | + if ( !$this->db->tableExists( 'pg_ts_cfg', $this->getVar( 'wgDBts2schema' ) ) ) { |
285 | 285 | return Status::newFatal( |
286 | 286 | 'config-install-pg-ts2-failed', |
287 | 287 | $this->getVar( 'wgDBname' ), |