Selaa lähdekoodia

Actualizar 'OSS_SNMP/MIBS/DocsIfCmts.php'

Daniel Libonati 8 vuotta sitten
vanhempi
commit
347bee517e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      OSS_SNMP/MIBS/DocsIfCmts.php

+ 1 - 1
OSS_SNMP/MIBS/DocsIfCmts.php

@@ -48,7 +48,7 @@ class DocsIfCmts extends \OSS_SNMP\MIB {
 	    
           $rtr = array();
 
-          $oid = OID_docsQos3ParamSetMaxTrafficRate;
+          $oid = self::OID_docsQos3ParamSetMaxTrafficRate;
 
           foreach($this->getSNMP()->realWalk($oid) as $k => $v){
             $k_prim = preg_split("|\.|",$k);