fix
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user