From 979db1fb94648714514fe2322597eb82c531645f Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 20 Jun 2014 14:27:25 -0300 Subject: Remove call-time pass by reference since sarg_validate_input() has the reference on its prototype --- config/sarg/sarg_sync.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/sarg/sarg_sync.xml') diff --git a/config/sarg/sarg_sync.xml b/config/sarg/sarg_sync.xml index 6cff7b6d..354d9991 100755 --- a/config/sarg/sarg_sync.xml +++ b/config/sarg/sarg_sync.xml @@ -138,7 +138,7 @@ sarg_php_deinstall_command(); - sarg_validate_input($_POST, &$input_errors); + sarg_validate_input($_POST, $input_errors); sarg_resync(); -- cgit v1.2.3