Follow up r75542, in the odd case that Maintenance.php wasn't already loaded.
authorPlatonides <platonides@users.mediawiki.org>
Sun, 31 Oct 2010 19:07:05 +0000 (19:07 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 31 Oct 2010 19:07:05 +0000 (19:07 +0000)
includes/installer/DatabaseUpdater.php

index 5b8b9f0..f7f20d3 100644 (file)
@@ -5,7 +5,9 @@
  * @file
  * @ingroup Deployment
  */
+
+require_once( dirname(__FILE__) . '/../../maintenance/Maintenance.php' );
+
 /*
  * Class for handling database updates. Roughly based off of updaters.inc, with
  * a few improvements :)