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_domains.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/postfix/postfix_domains.xml') diff --git a/config/postfix/postfix_domains.xml b/config/postfix/postfix_domains.xml index 23d80e12..539ef60e 100644 --- a/config/postfix/postfix_domains.xml +++ b/config/postfix/postfix_domains.xml @@ -137,7 +137,7 @@ postfix_php_deinstall_command(); - postfix_validate_input($_POST, &$input_errors); + postfix_validate_input($_POST, $input_errors); sync_package_postfix(); -- cgit v1.2.3