projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32aa6d5
)
Oops. We need Randomid here, not Uuid.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Aug 2010 15:03:54 +0000
(11:03 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Aug 2010 15:03:54 +0000
(11:03 -0400)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
e61b4c6
..
8e48279
100644
(file)
--- 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_
Uu
id()));
+ $calendar = $GLOBALS['kronolith_shares']->newShare(strval(new Horde_Support_
Random
id()));
} catch (Horde_Share_Exception $e) {
throw new Kronolith_Exception($e);
}