mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-03 16:54:47 +00:00
Fixed: Warning when $json was empty (but perhaps we should fix the real reason...)
This commit is contained in:
parent
120aa0fee4
commit
8d11055fd8
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ class Users{
|
||||||
//error_log(print_r($rows,true));
|
//error_log(print_r($rows,true));
|
||||||
//error_log(print_r($result,true));
|
//error_log(print_r($result,true));
|
||||||
//error_log(print_r($json,true));
|
//error_log(print_r($json,true));
|
||||||
foreach ($json as $key => $value) {
|
if ($json) foreach ($json as $key => $value) {
|
||||||
//error_log(print_r($key,true));
|
//error_log(print_r($key,true));
|
||||||
//error_log(print_r($value,true));
|
//error_log(print_r($value,true));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue