change name modules create from wizard SNMP

This commit is contained in:
daniel 2017-02-06 10:54:51 +01:00
parent 7db496e7a1
commit 188807c4cf
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);