From 75362906ca602576d49fb41552c4a5363704bc34 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Tue, 23 Nov 2010 14:30:01 +0000 Subject: [PATCH] Fixed another wrong function name --- includes/db/DatabaseIbm_db2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/db/DatabaseIbm_db2.php b/includes/db/DatabaseIbm_db2.php index b259be675a..a3a6829b77 100644 --- a/includes/db/DatabaseIbm_db2.php +++ b/includes/db/DatabaseIbm_db2.php @@ -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 -- 2.20.1