From: Michael J. Rubinsky Date: Sun, 19 Sep 2010 18:41:08 +0000 (-0400) Subject: This method doesn't exist anymore X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=45226e35f22995f45a4edc3c0658d28aaecc601a;p=horde.git This method doesn't exist anymore --- diff --git a/trean/lib/Trean.php b/trean/lib/Trean.php index 4d7b0215d..ae7f725d9 100644 --- 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);