summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_hasync.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_hasync.php')
-rwxr-xr-xsrc/usr/local/www/system_hasync.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/system_hasync.php b/src/usr/local/www/system_hasync.php
index 575f55b..f5aca57 100755
--- a/src/usr/local/www/system_hasync.php
+++ b/src/usr/local/www/system_hasync.php
@@ -63,8 +63,9 @@
require("guiconfig.inc");
-if (!is_array($config['hasync']))
+if (!is_array($config['hasync'])) {
$config['hasync'] = array();
+}
$a_hasync = &$config['hasync'];
OpenPOWER on IntegriCloud