From b91494d22ec1bcf7724f36c1df90d83178f6e47f Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sun, 26 Sep 2010 16:30:21 -0700 Subject: preliminary network abstraction, configurable debugging. --- boot.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 83828a0df..8dd7c7440 100644 --- a/boot.php +++ b/boot.php @@ -605,10 +605,12 @@ if(! function_exists('get_config')) { function get_config($family, $key, $instore = false) { global $a; + if(! $instore) { if(isset($a->config[$family][$key])) { - if($a->config[$family][$key] == '!!') + if($a->config[$family][$key] === '!!') { return false; + } return $a->config[$family][$key]; } } -- cgit v1.2.3