stanley-king 3 lat temu
rodzic
commit
e4d58fc107
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      helper/refill/RefillBase.php

+ 1 - 0
helper/refill/RefillBase.php

@@ -752,6 +752,7 @@ class RefillBase
     }
     public function UpdateSpeeds($speeds)
     {
+        $trace = new scope_trace(__METHOD__);
         $this->mPolicy->update_chspeeds($speeds);
     }
 }