From 0e308ae3683406ea0560fd2211093fb35b014296 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 20 Jun 2014 12:54:37 -0300 Subject: Remove call-time pass by reference since mailscanner_validate_input() has the reference on its prototype --- config/mailscanner/mailscanner_antivirus.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/mailscanner/mailscanner_antivirus.xml') diff --git a/config/mailscanner/mailscanner_antivirus.xml b/config/mailscanner/mailscanner_antivirus.xml index 590a61f6..a6b08f8c 100644 --- a/config/mailscanner/mailscanner_antivirus.xml +++ b/config/mailscanner/mailscanner_antivirus.xml @@ -181,7 +181,7 @@ mailscanner_php_deinstall_command(); - mailscanner_validate_input($_POST, &$input_errors); + mailscanner_validate_input($_POST, $input_errors); sync_package_mailscanner(); -- cgit v1.2.3