r80124 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80123‎ | r80124 | r80125 >
Date:21:28, 12 January 2011
Author:demon
Status:ok
Tags:
Comment:
Fix undefined variable from r79828
Modified paths:
  • /trunk/phase3/includes/installer/PostgresInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresInstaller.php
@@ -280,7 +280,7 @@
281281 }
282282
283283 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' ) ) ) {
285285 return Status::newFatal(
286286 'config-install-pg-ts2-failed',
287287 $this->getVar( 'wgDBname' ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r81182MFT a bunch of installer fixes. r80238, r80128, r80124, r80083, r80080, r800...demon01:59, 29 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79828Move over some initial_setup() for Postgres (THIS IS BROKEN, NEEDS REVIEW/WOR...demon18:24, 7 January 2011

Status & tagging log