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:
authorChristian Raue <christian.raue@gmail.com>2014-07-16 16:35:43 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-19 12:31:16 +0400
commit893801a082a173e645f31f00b4f6ef1ed29bb512 (patch)
tree51e97ba555310a9e330cf648d7e9eff23919eb53 /core/QuickForm2.php
parenta054de65ed078a7786033f8e2793438ecdb65840 (diff)
fixed field visibility keyword order
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.