Explorar el Código

fix a little bug

stanley-king hace 3 años
padre
commit
a8b56f0a95
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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'] = '';
                         }
                     }