X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fjsparse.php;h=1a2e121c0da49e279be3c0602923518988a0de76;hb=5abe15bb9daa6197544087688d73ba11eb7fa801;hp=ceafc3909ae518317e3698e4306f60f1d9d3f13b;hpb=944e196c02efbe6838827d4cf1e332a7919e5cdb;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();