From: Ben Klang Date: Tue, 18 May 2010 16:27:01 +0000 (-0400) Subject: Wicked: Function name change getOb() -> getIdentity() X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f842212663d9376137145a425f6a8581bd8ad6b8;p=horde.git Wicked: Function name change getOb() -> getIdentity() --- diff --git a/wicked/lib/Page/StandardPage.php b/wicked/lib/Page/StandardPage.php index 94c489561..444bb16c7 100644 --- a/wicked/lib/Page/StandardPage.php +++ b/wicked/lib/Page/StandardPage.php @@ -266,7 +266,7 @@ class StandardPage extends Page { if ($requestor) { $name = $GLOBALS['injector'] ->getInstance('Horde_Prefs_Identity') - ->getOb($requestor) + ->getIdentity($requestor) ->getValue('fullname'); if (!strlen($name)) { $name = $requestor;