Merge " (bug 42004) Enable subpages per default on Project and Help namespaces."
[lhc/web/wiklou.git] / maintenance / checkBadRedirects.php
index 4e084af..4ba7e66 100644 (file)
@@ -21,7 +21,7 @@
  * @ingroup Maintenance
  */
 
-require_once( dirname( __FILE__ ) . '/Maintenance.php' );
+require_once( __DIR__ . '/Maintenance.php' );
 
 /**
  * Maintenance script to check that pages marked as being redirects really are.