diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 2721028..f61285c 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -222,6 +222,7 @@ exit(); private function logArray($in){ if (!is_array($in)){ + log_message('critical', "NOT ARRAY => $in \n"); return; } foreach($in as $key => $value){