projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1e0e5
)
Wicked: Function name change getOb() -> getIdentity()
author
Ben Klang
<ben@alkaloid.net>
Tue, 18 May 2010 16:27:01 +0000
(12:27 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 18 May 2010 16:29:15 +0000
(12:29 -0400)
wicked/lib/Page/StandardPage.php
patch
|
blob
|
history
diff --git
a/wicked/lib/Page/StandardPage.php
b/wicked/lib/Page/StandardPage.php
index
94c4895
..
444bb16
100644
(file)
--- 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')
- ->get
Ob
($requestor)
+ ->get
Identity
($requestor)
->getValue('fullname');
if (!strlen($name)) {
$name = $requestor;