aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard/squidguard_time.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-05-09 14:46:24 -0400
committerjim-p <jimp@pfsense.org>2014-05-09 14:46:24 -0400
commit173c5007b5f863fb642bc86bf906c9eb80ac32e7 (patch)
tree0e2c2f559168c68407ee8b9a23989bb3451e35cb /config/squidGuard/squidguard_time.xml
parentb0edfbc11834ad9f197eb40730660aee84b8f229 (diff)
downloadpfsense-packages-173c5007b5f863fb642bc86bf906c9eb80ac32e7.tar.gz
pfsense-packages-173c5007b5f863fb642bc86bf906c9eb80ac32e7.tar.bz2
pfsense-packages-173c5007b5f863fb642bc86bf906c9eb80ac32e7.zip
Fix call-time pass-by-reference in Squidguard, bump
Diffstat (limited to 'config/squidGuard/squidguard_time.xml')
-rw-r--r--config/squidGuard/squidguard_time.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squidGuard/squidguard_time.xml b/config/squidGuard/squidguard_time.xml
index dfd589aa..7f682174 100644
--- a/config/squidGuard/squidguard_time.xml
+++ b/config/squidGuard/squidguard_time.xml
@@ -136,7 +136,7 @@
squidGuard_print_javascript();
</custom_php_after_form_command>
<custom_php_validation_command>
- squidguard_validate_times(&amp;$_POST, &amp;$input_errors);
+ squidguard_validate_times($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
// squidguard_resync_time();