aboutsummaryrefslogtreecommitdiffstats
path: root/config/blinkled/blinkled.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-20 14:29:07 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-20 14:29:07 -0300
commit0314d512488e58437d788723b4c29fea15711b77 (patch)
treed4619a69a04ef670fc3ecf14149070f8a6d3dac0 /config/blinkled/blinkled.xml
parent979db1fb94648714514fe2322597eb82c531645f (diff)
downloadpfsense-packages-0314d512488e58437d788723b4c29fea15711b77.tar.gz
pfsense-packages-0314d512488e58437d788723b4c29fea15711b77.tar.bz2
pfsense-packages-0314d512488e58437d788723b4c29fea15711b77.zip
Move reference to function prototype and remove call-time reference
Diffstat (limited to 'config/blinkled/blinkled.xml')
-rw-r--r--config/blinkled/blinkled.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/blinkled/blinkled.xml b/config/blinkled/blinkled.xml
index fb0965c9..aa0c53e8 100644
--- a/config/blinkled/blinkled.xml
+++ b/config/blinkled/blinkled.xml
@@ -56,7 +56,7 @@
</field>
</fields>
<custom_php_validation_command>
- validate_form_blinkled($_POST, &amp;$input_errors);
+ validate_form_blinkled($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
sync_package_blinkled();