r79497 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79496‎ | r79497 | r79498 >
Date:19:04, 2 January 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix for r64254: undefined variable
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseInstaller.php
@@ -131,7 +131,7 @@
132132
133133 $error = $this->db->sourceFile( $this->db->getSchema() );
134134 if( $error !== true ) {
135 - $this->db->reportQueryError( $error, 0, $sql, __METHOD__ );
 135+ $this->db->reportQueryError( $error, 0, '', __METHOD__ );
136136 $status->fatal( 'config-install-tables-failed', $error );
137137 }
138138 return $status;

Follow-up revisions

RevisionCommit summaryAuthorDate
r797191.17: MFT r78078, r78285, r78787, r79246, r79358, r79480, r79481, r79491, r79...catrope14:15, 6 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64254new-installer: removed abstract schema, switched database creation to previou...maxsem14:45, 27 March 2010

Status & tagging log