follow up r113836 typo correction in function header dropExtensionTable
authorThomas Gries <wikinaut@users.mediawiki.org>
Wed, 14 Mar 2012 21:53:30 +0000 (21:53 +0000)
committerThomas Gries <wikinaut@users.mediawiki.org>
Wed, 14 Mar 2012 21:53:30 +0000 (21:53 +0000)
includes/installer/DatabaseUpdater.php

index 037b755..0aa286d 100644 (file)
@@ -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 );
        }