projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9368a
)
Bump cache version, Horde_Icalendar has changed. The class version probably
author
Jan Schneider
<jan@horde.org>
Fri, 6 Aug 2010 17:11:15 +0000
(19:11 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 6 Aug 2010 17:11:15 +0000
(19:11 +0200)
needs to be propagated by the class itself.
kronolith/lib/Driver/Ical.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Driver/Ical.php
b/kronolith/lib/Driver/Ical.php
index
680f6bc
..
138cbef
100644
(file)
--- a/
kronolith/lib/Driver/Ical.php
+++ b/
kronolith/lib/Driver/Ical.php
@@
-216,7
+216,7
@@
class Kronolith_Driver_Ical extends Kronolith_Driver
}
$cacheOb = $GLOBALS['injector']->getInstance('Horde_Cache');
- $cacheVersion =
1
;
+ $cacheVersion =
2
;
$signature = 'kronolith_remote_' . $cacheVersion . '_' . $url . '_' . serialize($this->_params);
if ($cache) {
$calendar = $cacheOb->get($signature, 3600);