summaryrefslogtreecommitdiff
path: root/maintenance/jsparse.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/jsparse.php')
-rw-r--r--maintenance/jsparse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/jsparse.php b/maintenance/jsparse.php
index ceafc390..1a2e121c 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();