Also apply the __toString fix to UserInfo
Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
d8de88890f
commit
3bda116c08
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue