Ver código fonte

Se actualiza comando

Maxi Schvindt 7 anos atrás
pai
commit
eaf90f56bb
1 arquivos alterados com 1 adições e 1 exclusões
  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);
         }