From: Max Semenik Date: Tue, 23 Nov 2010 14:08:46 +0000 (+0000) Subject: Fix PHP 5.2 compatibility for r77144 X-Git-Tag: 1.31.0-rc.0~33764 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=f134f2f134c67a5db9dc170ae370a84b5a97fd8c;p=lhc%2Fweb%2Fwiklou.git Fix PHP 5.2 compatibility for r77144 --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 3f50a9e033..c9a45e1715 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -155,7 +155,7 @@ interface DatabaseType { * @param $fname string: Calling function name * @return Mixed: Database-specific index description class or false if the index does not exist */ - function indexInfo( $table, $index, $fname ); + function indexInfo( $table, $index, $fname = 'Database::indexInfo' ); /** * Get the number of rows affected by the last write query