diff options
author | jim-p <jimp@pfsense.org> | 2014-05-09 14:05:33 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-05-09 14:05:33 -0400 |
commit | da61214a7227bd9035ea4be8fab3dbedf681a2a7 (patch) | |
tree | 3e00272980a009229a7cce3875ff19b159bd32a4 /config/apcupsd | |
parent | dca64d1474a6c883fb3a406cfadd010a74cd54fd (diff) | |
download | pfsense-packages-da61214a7227bd9035ea4be8fab3dbedf681a2a7.tar.gz pfsense-packages-da61214a7227bd9035ea4be8fab3dbedf681a2a7.tar.bz2 pfsense-packages-da61214a7227bd9035ea4be8fab3dbedf681a2a7.zip |
Fix call-time pass-by-reference in apcupsd. Bump.
Diffstat (limited to 'config/apcupsd')
-rw-r--r-- | config/apcupsd/apcupsd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/apcupsd/apcupsd.xml b/config/apcupsd/apcupsd.xml index 3ed95a7a..5ef2b946 100644 --- a/config/apcupsd/apcupsd.xml +++ b/config/apcupsd/apcupsd.xml @@ -40,7 +40,7 @@ <name>Apcupsd</name> <title>Services: Apcupsd (General)</title> <category>Monitoring</category> - <version>0.3</version> + <version>0.3.1</version> <include_file>/usr/local/pkg/apcupsd.inc</include_file> <addedit_string>Apcupsd has been created/modified.</addedit_string> <delete_string>Apcupsd has been deleted.</delete_string> @@ -339,7 +339,7 @@ UPSTYPE DEVICE Description <br> <custom_php_command_before_form></custom_php_command_before_form> <custom_php_after_head_command></custom_php_after_head_command> <custom_php_after_form_command></custom_php_after_form_command> - <custom_php_validation_command>validate_input_apcupsd($_POST, &$input_errors);</custom_php_validation_command> + <custom_php_validation_command>validate_input_apcupsd($_POST, $input_errors);</custom_php_validation_command> <custom_add_php_command></custom_add_php_command> <custom_php_resync_config_command>sync_package_apcupsd();</custom_php_resync_config_command> <custom_php_deinstall_command>php_deinstall_apcupsd();</custom_php_deinstall_command> |