Browse Source

Se actualiza comando

Maxi Schvindt 7 năm trước cách đây
mục cha
commit
eaf90f56bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Command/CmtsInterfaceStatsCommand.php

+ 1 - 1
Command/CmtsInterfaceStatsCommand.php

@@ -137,7 +137,7 @@ class CmtsInterfaceStatsCommand extends BaseCmtsCommand
         $this->octets($ifStatsCached, $dataCached, $saveHistoric);
 
         if($ifStatsCached) {
-            $key_ifs_stats = "olt_stats_ifs_{$this->d_s}";
+            $key_ifs_stats = "cmts_stats_ifs_{$this->d_s}";
             $this->setData($key_ifs_stats, $ifStatsCached, true);
         }