X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=blobdiff_plain;f=maintenance%2FdoMaintenance.php;h=a4afe07bf9b4c7b2d1723dec93222e1f21ee82c9;hb=17ad472958e9953d62ee43fb698a1a368a3ae25b;hp=c5df5b9c3290893577880ed906f800ca9eaed0d0;hpb=d2f2adf8204c4a88a446c56aae6e71223514c8c3;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/doMaintenance.php b/maintenance/doMaintenance.php index c5df5b9c32..a4afe07bf9 100644 --- a/maintenance/doMaintenance.php +++ b/maintenance/doMaintenance.php @@ -75,7 +75,7 @@ if( file_exists( dirname(__FILE__).'/wikimedia-mode' ) ) { $maintenance->finalSetup(); // Some last includes require_once( "$IP/includes/Setup.php" ); -require_once( "$IP/install-utils.inc" ); +require_once( "$IP/maintenance/install-utils.inc" ); // Much much faster startup than creating a title object $wgTitle = null;