From 894b7433cdab3ccb1577f2696a31d7b7a9ebb20d Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 1 Aug 2012 16:09:35 +0300 Subject: Style fix and changelog entry for pull #1675 --- system/libraries/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 0e0bde97f..882a82c1f 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -506,7 +506,7 @@ class CI_Profiler { foreach ($this->CI->session->all_userdata() as $key => $val) { - if (is_array($val) || is_object($val)) + if (is_array($val) OR is_object($val)) { $val = print_r($val, TRUE); } -- cgit v1.2.3-24-g4f1b