projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a19ac
)
This method doesn't exist anymore
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 19 Sep 2010 18:41:08 +0000
(14:41 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 19 Sep 2010 18:41:08 +0000
(14:41 -0400)
trean/lib/Trean.php
patch
|
blob
|
history
diff --git
a/trean/lib/Trean.php
b/trean/lib/Trean.php
index
4d7b021
..
ae7f725
100644
(file)
--- a/
trean/lib/Trean.php
+++ b/
trean/lib/Trean.php
@@
-21,7
+21,7
@@
class Trean
$identity = $GLOBALS['injector']->getInstance('Horde_Prefs_Identity')->getIdentity();
$name = $identity->getValue('fullname');
if (trim($name) == '') {
- $name =
Horde_Auth::removeHook($GLOBALS['registry']->getAuth()
);
+ $name =
$GLOBALS['registry']->getAuth(
);
}
$folder = $GLOBALS['trean_shares']->newFolder($GLOBALS['registry']->getAuth(), array('name' => sprintf(_("%s's Bookmarks"), $name)));
$result = $GLOBALS['trean_shares']->addFolder($folder);