Skip to content

Commit

Permalink
Incorrect class name for EscapeUrl helper. Everyone has a Homer day...
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic committed Jul 5, 2012
1 parent 39140db commit 30b0f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/View/Helper/EscapeUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class EscapeCss extends Escaper\AbstractHelper
class EscapeUrl extends Escaper\AbstractHelper
{
/**@+
* @const Recursion constants
Expand Down

0 comments on commit 30b0f8c

Please sign in to comment.