X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fjsparse.php;h=1a2e121c0da49e279be3c0602923518988a0de76;hb=fcdf2518605954fe1bcf88598fc14bd95d525882;hp=ceafc3909ae518317e3698e4306f60f1d9d3f13b;hpb=40edd09eb94a05e768eb4ec3fba482a7ddbe39cc;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/jsparse.php b/maintenance/jsparse.php index ceafc3909a..1a2e121c0d 100644 --- a/maintenance/jsparse.php +++ b/maintenance/jsparse.php @@ -29,7 +29,7 @@ require_once( __DIR__ . '/Maintenance.php' ); * @ingroup Maintenance */ class JSParseHelper extends Maintenance { - var $errs = 0; + public $errs = 0; public function __construct() { parent::__construct();