From f842212663d9376137145a425f6a8581bd8ad6b8 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Tue, 18 May 2010 12:27:01 -0400 Subject: [PATCH] Wicked: Function name change getOb() -> getIdentity() --- wicked/lib/Page/StandardPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0