diff options
author | redmatrix <git@macgirvin.com> | 2016-07-24 22:36:37 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-24 22:36:37 -0700 |
commit | 063b4286e7feae472d52e9717ba1bafede48d1b4 (patch) | |
tree | 12c4da3899804e9eb0bee117bd708d44e1e3ef04 /boot.php | |
parent | 271f85be3b36a4d4aac55a51cb7ff2580a95ce3e (diff) | |
download | volse-hubzilla-063b4286e7feae472d52e9717ba1bafede48d1b4.tar.gz volse-hubzilla-063b4286e7feae472d52e9717ba1bafede48d1b4.tar.bz2 volse-hubzilla-063b4286e7feae472d52e9717ba1bafede48d1b4.zip |
trace log pconfig cache if for some reason it isn't an array
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -765,6 +765,7 @@ class App { public static $pdl = null; // Comanche page description private static $perms = null; // observer permissions private static $widgets = array(); // widgets for this page + public static $config = array(); // config cache public static $session = null; public static $groups; @@ -774,7 +775,6 @@ class App { public static $plugins_admin; public static $module_loaded = false; public static $query_string; - public static $config; // config cache public static $page; public static $profile; public static $user; |