stanley-king 1 year atrás
parent
commit
61a282b6d2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      helper/refill/RefillBase.php

+ 4 - 1
helper/refill/RefillBase.php

@@ -773,7 +773,10 @@ class RefillBase
 
         if($query_able)
         {
-            if(empty($chname)) return false;
+            if(empty($chname)) {
+                Log::record("chname={$chname}", Log::DEBUG);
+                return false;
+            }
 
             $provider = $this->mPolicy->provider($chname);
             if(empty($provider)) return false;