minor fix
Former-commit-id: 6729d11217d0fecb7b64283b6e4d0485b9bdfdc8
This commit is contained in:
parent
a8874f9b1b
commit
24a1adfb9f
|
@ -782,7 +782,7 @@ $("select#interval_manual_defined").change(function() {
|
|||
|
||||
if (enterprise_installed()) {
|
||||
// Feature configuration.
|
||||
enterprise_require('include/hostdevices_extra.php');
|
||||
enterprise_require_once('include/hostdevices_extra.php');
|
||||
}
|
||||
|
||||
// Submit button.
|
||||
|
|
Loading…
Reference in New Issue