Oops. We need Randomid here, not Uuid.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 10 Aug 2010 15:03:54 +0000 (11:03 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 10 Aug 2010 15:03:54 +0000 (11:03 -0400)
kronolith/lib/Kronolith.php

index e61b4c6..8e48279 100644 (file)
@@ -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);
         }