aboutsummaryrefslogtreecommitdiffstats
path: root/config/dansguardian/dansguardian.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-20 12:53:06 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-20 12:53:06 -0300
commitb99aae7aa74edd45f65661940bd8b52d67b9e178 (patch)
tree604ea7b3945a6ad717655e3d701982783ed9620d /config/dansguardian/dansguardian.xml
parente20d97bf4ff8297e4c8551f30294481ba5ba4945 (diff)
downloadpfsense-packages-b99aae7aa74edd45f65661940bd8b52d67b9e178.tar.gz
pfsense-packages-b99aae7aa74edd45f65661940bd8b52d67b9e178.tar.bz2
pfsense-packages-b99aae7aa74edd45f65661940bd8b52d67b9e178.zip
Remove call-time pass by reference since dansguardian_validate_input() has the reference on its prototype
Diffstat (limited to 'config/dansguardian/dansguardian.xml')
-rw-r--r--config/dansguardian/dansguardian.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dansguardian/dansguardian.xml b/config/dansguardian/dansguardian.xml
index 55860775..2f87259b 100644
--- a/config/dansguardian/dansguardian.xml
+++ b/config/dansguardian/dansguardian.xml
@@ -377,7 +377,7 @@
dansguardian_php_deinstall_command();
</custom_php_deinstall_command>
<custom_php_validation_command>
- dansguardian_validate_input($_POST, &amp;$input_errors);
+ dansguardian_validate_input($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
sync_package_dansguardian();