Fixed another wrong function name
authorMax Semenik <maxsem@users.mediawiki.org>
Tue, 23 Nov 2010 14:30:01 +0000 (14:30 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Tue, 23 Nov 2010 14:30:01 +0000 (14:30 +0000)
includes/db/DatabaseIbm_db2.php

index b259be6..a3a6829 100644 (file)
@@ -753,7 +753,7 @@ EOF;
        function makeList( $a, $mode = LIST_COMMA ) {
                if ( !is_array( $a ) ) {
                        throw new DBUnexpectedError( $this,
-                               'DatabaseBase::makeList called with incorrect parameters' );
+                               'DatabaseIbm_db2::makeList called with incorrect parameters' );
                }
 
                // if this is for a prepared UPDATE statement