Also apply the __toString fix to UserInfo

Signed-off-by: Michael Tänzer <neo@nhng.de>
bug-1390
Michael Tänzer 12 years ago
parent d8de88890f
commit 3bda116c08

@ -65,7 +65,7 @@ class Zend_View_Helper_UserInfo extends Zend_View_Helper_Placeholder_Container_S
* @param string|null $locale
* @return string
*/
public function __toString($indent = null, $locale = null)
public function toString($indent = null, $locale = null)
{
$session = Zend_Registry::get('session');
$this->items = $session->authdata;

Loading…
Cancel
Save