From 3b36926e21cc782d49780f3d447803334a8d9c9b Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 20 Jun 2014 16:09:43 -0300 Subject: Fix call-time pass by reference for all squid packages --- config/squid3/33/squid_cache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/squid3/33/squid_cache.xml') diff --git a/config/squid3/33/squid_cache.xml b/config/squid3/33/squid_cache.xml index f60863c9..612e9b73 100755 --- a/config/squid3/33/squid_cache.xml +++ b/config/squid3/33/squid_cache.xml @@ -312,7 +312,7 @@ } - squid_validate_cache($_POST, &$input_errors); + squid_validate_cache($_POST, $input_errors); squid_resync(); -- cgit v1.2.3