Revert eval.php changes from r54653, r54312, r54225 (maintenance-work branch merge...
[lhc/web/wiklou.git] / maintenance / runJobs.php
index 0816c64..acadcf6 100644 (file)
@@ -24,7 +24,7 @@
  * @ingroup Maintenance
  */
 
-require_once( "Maintenance.php" );
+require_once( dirname(__FILE__) . '/Maintenance.php' );
 
 class RunJobs extends Maintenance {
        public function __construct() {