diff options
author | jim-p <jimp@pfsense.org> | 2014-05-07 16:02:02 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-05-07 16:02:02 -0400 |
commit | f7c97753f5d61f2e6318163da1bd289ca1d50489 (patch) | |
tree | 82599b470df229288afe6b952e15cf83aa361b95 /config/gwled/gwled.xml | |
parent | 6aa8d099010073b206422486a7252a921db1c520 (diff) | |
download | pfsense-packages-f7c97753f5d61f2e6318163da1bd289ca1d50489.tar.gz pfsense-packages-f7c97753f5d61f2e6318163da1bd289ca1d50489.tar.bz2 pfsense-packages-f7c97753f5d61f2e6318163da1bd289ca1d50489.zip |
Fix call-time pass-by-reference in gwled, bump.
Diffstat (limited to 'config/gwled/gwled.xml')
-rw-r--r-- | config/gwled/gwled.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gwled/gwled.xml b/config/gwled/gwled.xml index 4237454b..015ab3bb 100644 --- a/config/gwled/gwled.xml +++ b/config/gwled/gwled.xml @@ -66,7 +66,7 @@ </field> </fields> <custom_php_validation_command> - validate_form_gwled($_POST, &$input_errors); + validate_form_gwled($_POST, $input_errors); </custom_php_validation_command> <custom_php_resync_config_command> sync_package_gwled(); |