xiaoyu hace 2 años
padre
commit
f1627e5c1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      admin/control/provider_ctl.php

+ 1 - 1
admin/control/provider_ctl.php

@@ -61,7 +61,7 @@ class provider_ctlControl extends SystemControl
             } else {
                 $speed_limit = unserialize($speed_limit['data']);
             }
-            $channel_ctl_model_body = rkcache('refill_channel_control_model');
+            $channel_ctl_model_body = rkcache('channel_control_model');
             $channel_ctl_model = json_decode(json_decode($channel_ctl_model_body), true);
             if(empty($channel_ctl_model)) $channel_ctl_model = [];