projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff2d51
)
MFB: Modifying start date of recurring events does not update start date of the recur...
author
Gunnar Wrobel
<wrobel@temple.(none)>
Mon, 8 Mar 2010 17:24:41 +0000
(18:24 +0100)
committer
Gunnar Wrobel
<wrobel@temple.(none)>
Mon, 8 Mar 2010 17:24:41 +0000
(18:24 +0100)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
116a46e
..
df096ad
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-1799,6
+1799,8
@@
abstract class Kronolith_Event
if ($recur !== null && $recur !== '') {
if (!isset($this->recurrence)) {
$this->recurrence = new Horde_Date_Recurrence($this->start);
+ } else {
+ $this->recurrence->setRecurStart($this->start);
}
if (Horde_Util::getFormData('recur_end_type') == 'date') {
if ($end_date = Horde_Util::getFormData('recur_end_date')) {