Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Mainten...
[lhc/web/wiklou.git] / maintenance / clear_stats.php
index 1c5eaae..6a6a498 100644 (file)
@@ -20,7 +20,7 @@
  * @ingroup Maintenance
  */
 
-require_once( 'Maintenance.php' );
+require_once( dirname(__FILE__) . '/Maintenance.php' );
 
 class clear_stats extends Maintenance {