X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupWatchlist.php;h=fbab6a3c4f68f0f4fbdc5eeec90c9eb8e3fbff6c;hb=b39e1348cfac62d83591d24d95a0db5d5bd13b8d;hp=840337c1f56640fcf27f4edda9778e19b84c267e;hpb=3e92dfbd2f0d12327aab3261b1b010eb06f932a9;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.