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