Fix class name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 10 Aug 2010 15:02:47 +0000 (11:02 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 10 Aug 2010 15:02:47 +0000 (11:02 -0400)
kronolith/lib/Kronolith.php

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