From 24a1adfb9fa293e4d33ef9dc50a52ad17ccb0b20 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Tue, 26 Feb 2019 20:08:01 +0100 Subject: [PATCH] minor fix Former-commit-id: 6729d11217d0fecb7b64283b6e4d0485b9bdfdc8 --- pandora_console/godmode/wizards/HostDevices.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/wizards/HostDevices.class.php b/pandora_console/godmode/wizards/HostDevices.class.php index 1626b1db0b..a1143fad03 100755 --- a/pandora_console/godmode/wizards/HostDevices.class.php +++ b/pandora_console/godmode/wizards/HostDevices.class.php @@ -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.