Browse Source

fix a little bug

stanley-king 3 years atrás
parent
commit
a8b56f0a95
1 changed files with 2 additions and 0 deletions
  1. 2 0
      helper/refill/policy/mratio_control.php

+ 2 - 0
helper/refill/policy/mratio_control.php

@@ -115,6 +115,8 @@ class mratio_control
 
                         if(!empty($tmp)) {
                             $cfg['segment'] = implode('|',$tmp);
+                        } else {
+                            $cfg['segment'] = '';
                         }
                     }