浏览代码

Se actualiza comando

Maxi Schvindt 7 年之前
父节点
当前提交
eaf90f56bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
         }