Quellcode durchsuchen

fix a little bug

stanley-king vor 3 Jahren
Ursprung
Commit
a8b56f0a95
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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'] = '';
                         }
                     }