Merge "Add CLDRPluralRuleError, added in parent commit, to the AutoLoader"
[lhc/web/wiklou.git] / maintenance / cleanupTable.inc
index 898bdf4..85911ba 100644 (file)
@@ -21,7 +21,7 @@
  * @ingroup Maintenance
  */
 
-require_once( dirname( __FILE__ ) . '/Maintenance.php' );
+require_once( __DIR__ . '/Maintenance.php' );
 
 /**
  * Generic class to cleanup a database table. Already subclasses Maintenance.