Index: trunk/phase3/includes/installer/DatabaseUpdater.php |
— | — | @@ -221,7 +221,7 @@ |
222 | 222 | * @param $tableName string |
223 | 223 | * @param $sqlPath string |
224 | 224 | */ |
225 | | - public function dropExtensionTable( $tableName, $patch, $fullpath = false ) { |
| 225 | + public function dropExtensionTable( $tableName, $sqlPath ) { |
226 | 226 | $this->extensionUpdates[] = array( 'dropTable', $tableName, $sqlPath, true ); |
227 | 227 | } |
228 | 228 | |