slight bugfix.
This commit is contained in:
parent
decab22c2f
commit
c34ab5e3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ Saves the event or a new (series of) event(s).
|
|||
|
||||
sub www_editSave {
|
||||
my $self = shift;
|
||||
my $object;
|
||||
my $object = $self;
|
||||
# Somebody please help me debug this... it was adding recurring events just fine; then
|
||||
# I changed something and it stopped working... :( I suspect it has something to do
|
||||
# with processPropertiesFromFormPost. It's as if $session{form}{recursEvery} always equals never.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue