X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FpurgeParserCache.php;h=f067dc6a354dd4413fdfa8b9fe5c6bc97a3a693d;hb=fcdf2518605954fe1bcf88598fc14bd95d525882;hp=1c417980eb64ba395617d492fa599eb72e37deee;hpb=abbaf76c9a7e1ce8cba6aa52e9ee5b0a92d908e4;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeParserCache.php b/maintenance/purgeParserCache.php index 1c417980eb..f067dc6a35 100644 --- a/maintenance/purgeParserCache.php +++ b/maintenance/purgeParserCache.php @@ -30,7 +30,7 @@ require( __DIR__ . '/Maintenance.php' ); * @ingroup Maintenance */ class PurgeParserCache extends Maintenance { - var $lastProgress; + public $lastProgress; function __construct() { parent::__construct();