From: Michael J. Rubinsky Date: Tue, 10 Aug 2010 15:02:47 +0000 (-0400) Subject: Fix class name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=32aa6d57b8544e113c47413ea8935ccb8186083a;p=horde.git Fix class name --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 2700a4301..e61b4c6f1 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -1562,7 +1562,7 @@ class Kronolith public static function addShare($info) { try { - $calendar = $GLOBALS['kronolith_shares']->newShare(strval(new Horde_String_Uuid())); + $calendar = $GLOBALS['kronolith_shares']->newShare(strval(new Horde_Support_Uuid())); } catch (Horde_Share_Exception $e) { throw new Kronolith_Exception($e); }