r114050 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114049‎ | r114050 | r114051 >
Date:08:22, 17 March 2012
Author:wikinaut
Status:ok
Tags:
Comment:
follow up r113862 . changed public function name extensionTableExists to tableExists
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -231,7 +231,7 @@
232232 *
233233 * @param $tableName string
234234 */
235 - public function extensionTableExists( $tableName ) {
 235+ public function tableExists( $tableName ) {
236236 return ( $this->db->tableExists( $tableName, __METHOD__ ) );
237237 }
238238

Follow-up revisions

RevisionCommit summaryAuthorDate
r114051making corresponding change as a follow up r114050wikinaut08:59, 17 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113862follow up r113836 added public function extensionTableExists.wikinaut21:41, 14 March 2012

Status & tagging log