aboutsummaryrefslogtreecommitdiffstats
path: root/config/sarg/sarg.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-20 14:27:25 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-20 14:27:25 -0300
commit979db1fb94648714514fe2322597eb82c531645f (patch)
treee098a71537a79d178fd2d1b4fb406eae5c07bb28 /config/sarg/sarg.xml
parenta3e9d7da81031d5cdf72c0d534dac47695323869 (diff)
downloadpfsense-packages-979db1fb94648714514fe2322597eb82c531645f.tar.gz
pfsense-packages-979db1fb94648714514fe2322597eb82c531645f.tar.bz2
pfsense-packages-979db1fb94648714514fe2322597eb82c531645f.zip
Remove call-time pass by reference since sarg_validate_input() has the reference on its prototype
Diffstat (limited to 'config/sarg/sarg.xml')
-rw-r--r--config/sarg/sarg.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sarg/sarg.xml b/config/sarg/sarg.xml
index a0162e3b..9266d211 100644
--- a/config/sarg/sarg.xml
+++ b/config/sarg/sarg.xml
@@ -363,7 +363,7 @@
sarg_php_deinstall_command();
</custom_php_deinstall_command>
<custom_php_validation_command>
- sarg_validate_input($_POST, &amp;$input_errors);
+ sarg_validate_input($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
sync_package_sarg();