aboutsummaryrefslogtreecommitdiffstats
path: root/config/lcdproc/lcdproc.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-05-09 14:19:08 -0400
committerjim-p <jimp@pfsense.org>2014-05-09 14:19:08 -0400
commitd4b90b36268048a2c1c90512ce4087f4bd574b14 (patch)
tree7e88d1f6ae801c26b1061c743407a88c09293554 /config/lcdproc/lcdproc.xml
parent547c0359e269624884f702e06512d6755109d364 (diff)
downloadpfsense-packages-d4b90b36268048a2c1c90512ce4087f4bd574b14.tar.gz
pfsense-packages-d4b90b36268048a2c1c90512ce4087f4bd574b14.tar.bz2
pfsense-packages-d4b90b36268048a2c1c90512ce4087f4bd574b14.zip
Fix call-time pass-by-reference in lcdproc
Diffstat (limited to 'config/lcdproc/lcdproc.xml')
-rw-r--r--config/lcdproc/lcdproc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lcdproc/lcdproc.xml b/config/lcdproc/lcdproc.xml
index ba46e941..8f268b49 100644
--- a/config/lcdproc/lcdproc.xml
+++ b/config/lcdproc/lcdproc.xml
@@ -2,7 +2,7 @@
<packagegui>
<title>Services: LCDproc</title>
<name>lcdproc</name>
- <version>0.5.2_1-p12</version>
+ <version>0.5.5 pkg.v.1.0.1</version>
<savetext>Save</savetext>
<include_file>/usr/local/pkg/lcdproc.inc</include_file>
<tabs>
@@ -363,10 +363,10 @@
</field>
</fields>
<custom_php_command_before_form>
- before_form_lcdproc(&amp;$pkg);
+ before_form_lcdproc($pkg);
</custom_php_command_before_form>
<custom_php_validation_command>
- validate_form_lcdproc($_POST, &amp;$input_errors);
+ validate_form_lcdproc($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
sync_package_lcdproc();