Browse Source

fix group has not set value error

stanley-king 4 năm trước cách đây
mục cha
commit
3eb71dff77
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      helper/refill/policy/xyz/policy.php

+ 3 - 0
helper/refill/policy/xyz/policy.php

@@ -72,6 +72,9 @@ class policy extends ProviderManager implements IPolicy
                 if (empty($ret)) {
                     return [[],false];
                 }
+                else {
+                    $names = $ret;
+                }
             }
         }