summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_hasync.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-17 07:53:56 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-17 07:53:56 -0500
commit9fec5f5af1394826b28cffd0071a07e267e91495 (patch)
treea455a43c676d984be9f97094238bef96047f4f90 /src/usr/local/www/system_hasync.php
parentd59b5d1e591c3624b8d4500b46233f3e27c71e77 (diff)
parentd61309a07ce3fd295cb4f9903b4c62245facfdd4 (diff)
downloadpfsense-9fec5f5af1394826b28cffd0071a07e267e91495.zip
pfsense-9fec5f5af1394826b28cffd0071a07e267e91495.tar.gz
Merge pull request #2274 from phil-davis/r019
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