X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;f=maintenance%2FpurgeParserCache.php;h=1c417980eb64ba395617d492fa599eb72e37deee;hb=ee3f8ee9fc98574803e69f3479e209f5b80536de;hp=b56794bab1a9710243f49fb16a0d4c9534469263;hpb=c024eaddc2ae38191f64e3b309d8fb0fb990cd6b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeParserCache.php b/maintenance/purgeParserCache.php index b56794bab1..1c417980eb 100644 --- a/maintenance/purgeParserCache.php +++ b/maintenance/purgeParserCache.php @@ -22,7 +22,7 @@ * @ingroup Maintenance */ -require( dirname( __FILE__ ) . '/Maintenance.php' ); +require( __DIR__ . '/Maintenance.php' ); /** * Maintenance script to remove old objects from the parser cache.