Was it supposed to be a comma instead of dot? :)
[lhc/web/wiklou.git] / maintenance / checkImages.php
index 71743dc..5dcaac2 100644 (file)
@@ -19,7 +19,7 @@
  *
  * @ingroup Maintenance
  */
-require_once( "Maintenance.php" );
+require_once( dirname(__FILE__) . '/Maintenance.php' );
 
 class CheckImages extends Maintenance {