r79768 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79767‎ | r79768 | r79769 >
Date:22:45, 6 January 2011
Author:demon
Status:ok
Tags:
Comment:
Typofix key names
Modified paths:
  • /trunk/phase3/includes/installer/PostgresInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresInstaller.php
@@ -180,10 +180,10 @@
181181 if ( $rows >= 1 ) {
182182 $result = $this->db->query( 'CREATE LANGUAGE plpgsql' );
183183 if ( !$result ) {
184 - return Status::newFatal( 'pg-no-plpgsql', $wgDBname );
 184+ return Status::newFatal( 'config-pg-no-plpgsql', $wgDBname );
185185 }
186186 } else {
187 - return Status::newFatal( 'pg-no-plpgsql', $wgDBname );
 187+ return Status::newFatal( 'config-pg-no-plpgsql', $wgDBname );
188188 }
189189 }
190190 return Status::newGood();

Follow-up revisions

RevisionCommit summaryAuthorDate
r801901.17: MFT first batch of installer changes: r78043, r78231, r78259, r78300, r...catrope20:47, 13 January 2011

Status & tagging log