From f05a0a012dba2a20392cc48225ca25c21debc5f7 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 9 May 2014 14:14:20 -0400 Subject: Fix call-time pass-by-reference in filer, bump --- config/filer/filer.xml | 4 ++-- pkg_config.10.xml | 2 +- pkg_config.8.xml | 2 +- pkg_config.8.xml.amd64 | 2 +- 4 files changed, 5 insertions(+), 5 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 @@ Describe your package requirements here Currently there are no FAQ items provided. filer - 0.5 + 0.60.1 Filer /usr/local/pkg/filer.inc @@ -156,7 +156,7 @@ - filer_validate_input($_POST, &$input_errors); + filer_validate_input($_POST, $input_errors); sync_package_filer(); diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 41f52403..7139f774 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -72,7 +72,7 @@ File Management https://doc.pfsense.org/index.php/Filer_package https://packages.pfsense.org/packages/config/filer/filer.xml - 0.60 + 0.60.1 Beta 2.2 bscholer@cshl.edu diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 7d945377..3758f2f1 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -74,7 +74,7 @@ File Management https://doc.pfsense.org/index.php/Filer_package https://packages.pfsense.org/packages/config/filer/filer.xml - 0.60 + 0.60.1 Beta 2.0 bscholer@cshl.edu diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 7e33e0ad..21a05c24 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -74,7 +74,7 @@ File Management https://doc.pfsense.org/index.php/Filer_package https://packages.pfsense.org/packages/config/filer/filer.xml - 0.60 + 0.60.1 Beta 2.0 bscholer@cshl.edu -- cgit v1.2.3