X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FpurgeParserCache.php;h=ca2a0414485ab71e44f14eecc8019e169200a14e;hb=688200c607640e77029d171803a7a72832519aa2;hp=9b92b323543bac5d11ab1aa0f2bc1b29c17ea628;hpb=50e7985d4d5e9f70bd27e61d84d43514004f23da;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeParserCache.php b/maintenance/purgeParserCache.php index 9b92b32354..ca2a041448 100644 --- a/maintenance/purgeParserCache.php +++ b/maintenance/purgeParserCache.php @@ -22,7 +22,7 @@ * @ingroup Maintenance */ -require( __DIR__ . '/Maintenance.php' ); +require __DIR__ . '/Maintenance.php'; /** * Maintenance script to remove old objects from the parser cache.