(bug 20052) Watch checkbox on Special:Movepage is checked by default when the old...
[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() {