Revert "merged master"
[lhc/web/wiklou.git] / maintenance / updateDoubleWidthSearch.php
index bcceab3..61545f8 100644 (file)
@@ -23,7 +23,7 @@
  * @ingroup Maintenance
  */
 
-require_once( __DIR__ . '/Maintenance.php' );
+require_once( dirname( __FILE__ ) . '/Maintenance.php' );
 
 class UpdateDoubleWidthSearch extends Maintenance {