Merge branch 'ent-9397-PHP7-2-Error-500-en-edicion-de-agente-2' into 'develop'

fixed 500

See merge request artica/pandorafms!5058
This commit is contained in:
Diego Muñoz-Reja 2022-08-16 10:38:02 +00:00
commit 43918f4c4a
1 changed files with 2 additions and 2 deletions

View File

@ -307,8 +307,8 @@ $table_ip .= '<div class="label_select_child_right">'.html_print_input(
'type' => 'switch',
'id' => 'fixed_ip',
'name' => 'fixed_ip',
'value' => $fixed_ip,
],
'value' => $fixed_ip
]
).__('Fix IP address').ui_print_help_tip(__('Avoid automatic IP address update when agent IP changes.'), true).'</div>';
$table_ip .= '</div></div>';