Merge branch '46-feature-cambio-de-nombre-modulos-generados-por-el-wizard-snmp-integria-4414' into 'develop'

Resolve "Feature cambio de nombre modulos generados por el wizard SNMP [INTEGRIA: #4414]"

See merge request !122
This commit is contained in:
daniel 2017-02-06 10:55:26 +01:00
commit de0a318dc9
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ if ($create_modules) {
// Get the name
$name_array = explode('::', $oid_array[0]);
$name = $name_array[1] . "_" . $ifname;
$name = $ifname . "_" . $name_array[1];
// Clean the name
$name = str_replace ( "\"" , "" , $name);