Skip to content

Commit

Permalink
'_' helper should be translate, not escape.
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeaqingme committed Jul 18, 2011
1 parent 04e5378 commit 7723212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Response/Renderer/HelperBroker.php
Expand Up @@ -7,7 +7,7 @@ class Glitch_Controller_Response_Renderer_HelperBroker
protected static $_staticHelpers;

protected $_shortcuts = array(
'_' => 'escape'
'_' => 'translate'
);

public function __construct($getStatic = true)
Expand Down

0 comments on commit 7723212

Please sign in to comment.