From 063b4286e7feae472d52e9717ba1bafede48d1b4 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 24 Jul 2016 22:36:37 -0700 Subject: trace log pconfig cache if for some reason it isn't an array --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index de483035e..0ff598b45 100755 --- a/boot.php +++ b/boot.php @@ -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; -- cgit v1.2.3