stanley-king пре 3 година
родитељ
комит
788c96257c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      helper/refill/util.php

+ 1 - 0
helper/refill/util.php

@@ -438,6 +438,7 @@ class util
             $chnames = $ins->hget($name, '', $key);
             $chnames = $chnames ?? '';
             $chnames = unserialize($chnames);
+            $chnames =  $chnames ?? [];
 
             return $chnames;
         }