Fixed snmp interfaces

This commit is contained in:
Daniel Maya 2020-12-11 14:42:37 +01:00
parent c613828777
commit 46d40b72c2
1 changed files with 1 additions and 1 deletions

View File

@ -1452,7 +1452,7 @@ class AgentWizard extends HTML
foreach (array_keys($data) as $k) {
foreach ($modulesActivated as $key => $value) {
$valueStr = preg_replace('/\//', '\/', $value);
if (empty(preg_match('/'.$valueStr.'$/', $k)) === false) {
if (empty(preg_match('/-'.$valueStr.'$/', $k)) === false) {
if (empty(preg_match('/module-name-set/', $k)) === false) {
$result[$value]['name'] = $data[$k];
} else if (empty(preg_match('/module-description-set/', $k)) === false) {