diff options
author | jim-p <jimp@pfsense.org> | 2014-05-09 14:29:10 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-05-09 14:29:10 -0400 |
commit | b0edfbc11834ad9f197eb40730660aee84b8f229 (patch) | |
tree | 45c3eb4ba9a21375beb8b94e3c47abdade8ce142 /config/squid/squid.xml | |
parent | 1d4b895614b279345659592ff7c808a3ce045946 (diff) | |
download | pfsense-packages-b0edfbc11834ad9f197eb40730660aee84b8f229.tar.gz pfsense-packages-b0edfbc11834ad9f197eb40730660aee84b8f229.tar.bz2 pfsense-packages-b0edfbc11834ad9f197eb40730660aee84b8f229.zip |
Fix call-time pass-by-reference in squid, bump
Diffstat (limited to 'config/squid/squid.xml')
-rw-r--r-- | config/squid/squid.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid/squid.xml b/config/squid/squid.xml index 32a65589..88bd94ec 100644 --- a/config/squid/squid.xml +++ b/config/squid/squid.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>squid</name> - <version>2.6.STABLE18</version> + <version>2.7.9 pkg v.4.3.4</version> <title>Proxy server: General settings</title> <include_file>/usr/local/pkg/squid.inc</include_file> <menu> @@ -326,7 +326,7 @@ squid_resync(); </custom_add_php_command> <custom_php_validation_command> - squid_validate_general($_POST, &$input_errors); + squid_validate_general($_POST, $input_errors); </custom_php_validation_command> <custom_php_resync_config_command> squid_resync(); |