Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/QuickForm2.php')
-rw-r--r--core/QuickForm2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/QuickForm2.php b/core/QuickForm2.php
index 1580f012c6..e2ecbf5b3c 100644
--- a/core/QuickForm2.php
+++ b/core/QuickForm2.php
@@ -118,7 +118,7 @@ abstract class QuickForm2 extends HTML_QuickForm2
return array_filter($messages);
}
- static protected $registered = false;
+ protected static $registered = false;
/**
* Returns the rendered form as an array.