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/squid-head/squid_cache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/squid-head/squid_cache.xml') diff --git a/config/squid-head/squid_cache.xml b/config/squid-head/squid_cache.xml index 3fe0475f..6bce3d6f 100644 --- a/config/squid-head/squid_cache.xml +++ b/config/squid-head/squid_cache.xml @@ -172,7 +172,7 @@ - squid_validate_cache($_POST, &$input_errors); + squid_validate_cache($_POST, $input_errors); squid_resync(); -- cgit v1.2.3