From f5727b9d2b1c7894a6965123b4a3eb2612efbde4 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 10 Aug 2010 11:03:54 -0400 Subject: [PATCH] Oops. We need Randomid here, not Uuid. --- kronolith/lib/Kronolith.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.11.0