From 05b0510a62bcc1da9841e981a52212477ad01c0e Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 7 May 2014 16:26:11 -0400 Subject: Fix call-time pass-by-reference in HAVP, bump --- config/havp/havp_fscan.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/havp/havp_fscan.xml') diff --git a/config/havp/havp_fscan.xml b/config/havp/havp_fscan.xml index 1f0ca8dc..91dce25c 100644 --- a/config/havp/havp_fscan.xml +++ b/config/havp/havp_fscan.xml @@ -36,10 +36,10 @@ - havp_fscan_before_form(&$pkg); + havp_fscan_before_form($pkg); - havp_validate_settings($_POST, &$input_errors); + havp_validate_settings($_POST, $input_errors); -- cgit v1.2.3