From: Michael J. Rubinsky Date: Wed, 11 Nov 2009 01:48:17 +0000 (-0500) Subject: Identity is not auto-loadable yet. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=28bd9d08eb1b0453470efe89edf4238bf3c77a5f;p=horde.git Identity is not auto-loadable yet. --- diff --git a/ansel/lib/Ansel.php b/ansel/lib/Ansel.php index 725c5dc6c..f7555b902 100644 --- a/ansel/lib/Ansel.php +++ b/ansel/lib/Ansel.php @@ -714,6 +714,7 @@ class Ansel $owner, '', null, false); $fullname = $uprefs->getValue('grouptitle'); if (!$fullname) { + require_once 'Horde/Identity.php'; $identity = Identity::singleton('none', $owner); $fullname = $identity->getValue('fullname'); if (!$fullname) {