summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-20 18:45:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-20 18:45:42 +0000
commit4540f1ff82b43f9a77ca3257b7789f71ef26ae8a (patch)
treefd43b7266411894c85b0fbc8ca527c42d3b72cae /etc
parent82d0dfc4609f27e691e29e8a379fe8f43beff328 (diff)
downloadpfsense-4540f1ff82b43f9a77ca3257b7789f71ef26ae8a.zip
pfsense-4540f1ff82b43f9a77ca3257b7789f71ef26ae8a.tar.gz
Correctly check if SpamD enablerrd is set.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 84231ae..46348e6 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2083,7 +2083,7 @@ function enable_rrd_graphing()
</BODY>
</HTML>";
- if(isset($config['installedpackages']['spamdsettings']['config']['enablerrd'])) {
+ if(isset($config['installedpackages']['spamdsettings']['config'][0]['enablerrd'])) {
/* set up the spamd rrd file */
if(! file_exists("$rrddbpath$spamd")) {
/* create rrd file if it does not exist */
OpenPOWER on IntegriCloud