Was it supposed to be a comma instead of dot? :)
[lhc/web/wiklou.git] / maintenance / fetchText.php
index 76e0dd1..746ef8a 100644 (file)
@@ -20,7 +20,7 @@
  * @ingroup Maintenance
  */
 
-require_once( "Maintenance.php" );
+require_once( dirname(__FILE__) . '/Maintenance.php' );
 
 class FetchText extends Maintenance {
        public function __construct() {