From 78a174e2ca77d9476d06f607d5d69d96772670e5 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 2 Aug 2010 22:38:49 -0600 Subject: [PATCH] This is not necessarily an array --- framework/Core/lib/Horde/Core/Factory/TextFilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Core/Factory/TextFilter.php b/framework/Core/lib/Horde/Core/Factory/TextFilter.php index a1f4ae5eb..ee846abc9 100644 --- a/framework/Core/lib/Horde/Core/Factory/TextFilter.php +++ b/framework/Core/lib/Horde/Core/Factory/TextFilter.php @@ -70,7 +70,7 @@ class Horde_Core_Factory_TextFilter * * @return string The transformed text. */ - public function filter($text, $filters = array(), array $params = array()) + public function filter($text, $filters = array(), $params = array()) { if (!is_array($filters)) { $filters = array($filters); -- 2.11.0