From 0954384fdb467f482fd69bc3cbd6e0337f396b32 Mon Sep 17 00:00:00 2001 From: Leandro Silva Date: Tue, 20 Jan 2015 16:29:39 -0200 Subject: [PATCH] Fixing comment about email validator, when should be uri --- library/Zend/Form/Element/Url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Zend/Form/Element/Url.php b/library/Zend/Form/Element/Url.php index 3aceca53efb..f03b171352e 100644 --- a/library/Zend/Form/Element/Url.php +++ b/library/Zend/Form/Element/Url.php @@ -48,7 +48,7 @@ public function getValidator() /** * Provide default input rules for this element * - * Attaches an email validator. + * Attaches an uri validator. * * @return array */