X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FcleanupWatchlist.php;h=fbab6a3c4f68f0f4fbdc5eeec90c9eb8e3fbff6c;hb=7b01c5ab315ccf141e63de6628b32e2c826e944c;hp=840337c1f56640fcf27f4edda9778e19b84c267e;hpb=558480e3ed462cd20ddc8b5fc8245bfd7b831772;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupWatchlist.php b/maintenance/cleanupWatchlist.php index 840337c1f5..fbab6a3c4f 100644 --- a/maintenance/cleanupWatchlist.php +++ b/maintenance/cleanupWatchlist.php @@ -29,7 +29,7 @@ * @ingroup Maintenance */ -require_once( dirname( __FILE__ ) . '/cleanupTable.inc' ); +require_once( __DIR__ . '/cleanupTable.inc' ); /** * Maintenance script to remove broken, unparseable titles in the watchlist table.