From: Thomas Gries Date: Wed, 14 Mar 2012 21:53:30 +0000 (+0000) Subject: follow up r113836 typo correction in function header dropExtensionTable X-Git-Tag: 1.31.0-rc.0~24248 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=dd1c93ad1dca660c78d5c7ec41427e76be232032;p=lhc%2Fweb%2Fwiklou.git follow up r113836 typo correction in function header dropExtensionTable --- diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 037b755f3b..0aa286dccd 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -221,7 +221,7 @@ abstract class DatabaseUpdater { * @param $tableName string * @param $sqlPath string */ - public function dropExtensionTable( $tableName, $patch, $fullpath = false ) { + public function dropExtensionTable( $tableName, $sqlPath ) { $this->extensionUpdates[] = array( 'dropTable', $tableName, $sqlPath, true ); }