From: Platonides Date: Sun, 31 Oct 2010 19:07:05 +0000 (+0000) Subject: Follow up r75542, in the odd case that Maintenance.php wasn't already loaded. X-Git-Tag: 1.31.0-rc.0~34182 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=168ffc72a5ad7a349563b5ecf32edd3548c2ea39;p=lhc%2Fweb%2Fwiklou.git Follow up r75542, in the odd case that Maintenance.php wasn't already loaded. --- diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 5b8b9f05f7..f7f20d357e 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -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 :)