Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Mainten...
[lhc/web/wiklou.git] / maintenance / waitForSlave.php
index e8c1034..cf9bd00 100644 (file)
@@ -19,7 +19,7 @@
  * @see wfWaitForSlaves()
  */
 
-require_once( "Maintenance.php" );
+require_once( dirname(__FILE__) . '/Maintenance.php' );
 
 class WaitForSlave extends Maintenance {
        public function __construct() {