From a3e9d7da81031d5cdf72c0d534dac47695323869 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 20 Jun 2014 14:26:54 -0300 Subject: Remove call-time pass by reference since postfix_validate_input() has the reference on its prototype --- config/postfix/postfix_antispam.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/postfix/postfix_antispam.xml') diff --git a/config/postfix/postfix_antispam.xml b/config/postfix/postfix_antispam.xml index 94f52f35..6c3f5911 100644 --- a/config/postfix/postfix_antispam.xml +++ b/config/postfix/postfix_antispam.xml @@ -279,7 +279,7 @@ postfix_php_deinstall_command(); - postfix_validate_input($_POST, &$input_errors); + postfix_validate_input($_POST, $input_errors); sync_package_postfix(); -- cgit v1.2.3