r113864 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113863‎ | r113864 | r113865 >
Date:21:53, 14 March 2012
Author:wikinaut
Status:ok
Tags:
Comment:
follow up r113836 typo correction in function header dropExtensionTable
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -221,7 +221,7 @@
222222 * @param $tableName string
223223 * @param $sqlPath string
224224 */
225 - public function dropExtensionTable( $tableName, $patch, $fullpath = false ) {
 225+ public function dropExtensionTable( $tableName, $sqlPath ) {
226226 $this->extensionUpdates[] = array( 'dropTable', $tableName, $sqlPath, true );
227227 }
228228

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113836adding two public convenience function wrappers: dropExtensionField and dropE...wikinaut20:16, 14 March 2012

Status & tagging log