From: Michael J. Rubinsky Date: Tue, 10 Aug 2010 15:03:54 +0000 (-0400) Subject: Oops. We need Randomid here, not Uuid. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f5727b9d2b1c7894a6965123b4a3eb2612efbde4;p=horde.git Oops. We need Randomid here, not Uuid. --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index e61b4c6f1..8e48279a3 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_Support_Uuid())); + $calendar = $GLOBALS['kronolith_shares']->newShare(strval(new Horde_Support_Randomid())); } catch (Horde_Share_Exception $e) { throw new Kronolith_Exception($e); }