r75738 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75737‎ | r75738 | r75739 >
Date:19:07, 31 October 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r75542, in the odd case that Maintenance.php wasn't already loaded.
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -5,7 +5,9 @@
66 * @file
77 * @ingroup Deployment
88 */
9 -
 9+
 10+require_once( dirname(__FILE__) . '/../../maintenance/Maintenance.php' );
 11+
1012 /*
1113 * Class for handling database updates. Roughly based off of updaters.inc, with
1214 * a few improvements :)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75542Make update.php obey --quietplatonides14:38, 27 October 2010

Status & tagging log