aboutsummaryrefslogtreecommitdiffstats
path: root/config/filer
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-05-09 14:14:20 -0400
committerjim-p <jimp@pfsense.org>2014-05-09 14:14:20 -0400
commitf05a0a012dba2a20392cc48225ca25c21debc5f7 (patch)
tree4805b980ab0a824574efad2b42574eed40c46d3b /config/filer
parentb13b4acd7be6aef3cb5eed0f086b8cccb5bca21c (diff)
downloadpfsense-packages-f05a0a012dba2a20392cc48225ca25c21debc5f7.tar.gz
pfsense-packages-f05a0a012dba2a20392cc48225ca25c21debc5f7.tar.bz2
pfsense-packages-f05a0a012dba2a20392cc48225ca25c21debc5f7.zip
Fix call-time pass-by-reference in filer, bump
Diffstat (limited to 'config/filer')
-rw-r--r--config/filer/filer.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/filer/filer.xml b/config/filer/filer.xml
index ecb24bcd..71821067 100644
--- a/config/filer/filer.xml
+++ b/config/filer/filer.xml
@@ -43,7 +43,7 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>filer</name>
- <version>0.5</version>
+ <version>0.60.1</version>
<title>Filer</title>
<include_file>/usr/local/pkg/filer.inc</include_file>
<additional_files_needed>
@@ -156,7 +156,7 @@
<custom_php_command_before_form>
</custom_php_command_before_form>
<custom_php_validation_command>
- filer_validate_input($_POST, &amp;$input_errors);
+ filer_validate_input($_POST, $input_errors);
</custom_php_validation_command>
<custom_delete_php_command>
sync_package_filer();