fix
This commit is contained in:
@@ -222,6 +222,7 @@ exit();
|
|||||||
|
|
||||||
private function logArray($in){
|
private function logArray($in){
|
||||||
if (!is_array($in)){
|
if (!is_array($in)){
|
||||||
|
log_message('critical', "NOT ARRAY => $in \n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
foreach($in as $key => $value){
|
foreach($in as $key => $value){
|
||||||
|
|||||||
Reference in New Issue
Block a user