From 3bda116c085a2fbed18747065732429ade229359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Sun, 29 Apr 2012 23:08:54 +0200 Subject: [PATCH] Also apply the __toString fix to UserInfo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- manager/application/views/helpers/UserInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/application/views/helpers/UserInfo.php b/manager/application/views/helpers/UserInfo.php index 31b0b05..5ec31ed 100644 --- a/manager/application/views/helpers/UserInfo.php +++ b/manager/application/views/helpers/UserInfo.php @@ -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;