diff options
author | redmatrix <git@macgirvin.com> | 2016-03-31 23:41:20 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-31 23:41:20 -0700 |
commit | 9d47de65d94ef42f120b7814b8d8bf451fd638ea (patch) | |
tree | b1137f0bb6e9c0ac7794244b460259d09464b012 | |
parent | 44283dbbbb30d434f1153df7e09b62f54b22887d (diff) | |
download | volse-hubzilla-9d47de65d94ef42f120b7814b8d8bf451fd638ea.tar.gz volse-hubzilla-9d47de65d94ef42f120b7814b8d8bf451fd638ea.tar.bz2 volse-hubzilla-9d47de65d94ef42f120b7814b8d8bf451fd638ea.zip |
undeclared static vars
-rwxr-xr-x | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -691,6 +691,8 @@ class App { public static $groups; public static $language; + public static $langsave; + public static $plugins_admin; public static $module_loaded = false; public static $query_string; public static $config; // config cache |