From da61214a7227bd9035ea4be8fab3dbedf681a2a7 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 9 May 2014 14:05:33 -0400 Subject: Fix call-time pass-by-reference in apcupsd. Bump. --- config/apcupsd/apcupsd.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/apcupsd') 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 @@ Apcupsd Services: Apcupsd (General) Monitoring - 0.3 + 0.3.1 /usr/local/pkg/apcupsd.inc Apcupsd has been created/modified. Apcupsd has been deleted. @@ -339,7 +339,7 @@ UPSTYPE DEVICE Description
- validate_input_apcupsd($_POST, &$input_errors); + validate_input_apcupsd($_POST, $input_errors); sync_package_apcupsd(); php_deinstall_apcupsd(); -- cgit v1.2.3