From b4c359aa79cd00cfb9e01348b82796173ba1522e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 16 Sep 2006 15:53:26 +0000 Subject: [PATCH] Forgot to change this instance of a method name that was changed --- Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input.php b/Input.php index d53ea67..79c6bed 100644 --- a/Input.php +++ b/Input.php @@ -134,7 +134,7 @@ class BSInput { if (is_array($value)) { - $data["$key"] = $this->_sanitize_input_recursive($value); + $data["$key"] = $this->sanitizeDataRecursive($value); } else { -- 2.22.5