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