r77159 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77158‎ | r77159 | r77160 >
Date:14:30, 23 November 2010
Author:maxsem
Status:ok
Tags:
Comment:
Fixed another wrong function name
Modified paths:
  • /trunk/phase3/includes/db/DatabaseIbm_db2.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseIbm_db2.php
@@ -753,7 +753,7 @@
754754 function makeList( $a, $mode = LIST_COMMA ) {
755755 if ( !is_array( $a ) ) {
756756 throw new DBUnexpectedError( $this,
757 - 'DatabaseBase::makeList called with incorrect parameters' );
 757+ 'DatabaseIbm_db2::makeList called with incorrect parameters' );
758758 }
759759
760760 // if this is for a prepared UPDATE statement

Status & tagging log