fixed bug 650126
This commit is contained in:
parent
e2c937d1c1
commit
219b4ef39e
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ sub www_editEventSave {
|
|||
return WebGUI::Privilege::insufficient() unless (WebGUI::Privilege::canEditPage());
|
||||
my (@startDate, @endDate, $until, @eventId, $i, $recurringEventId);
|
||||
if ($session{form}{eid} eq "new") {
|
||||
$session{form}{name} = $session{form}{name} || "unnamed";
|
||||
$session{form}{eid} = getNextId("EventsCalendar_eventId");
|
||||
$startDate[0] = setToEpoch($session{form}{startDate});
|
||||
$endDate[0] = setToEpoch($session{form}{endDate});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue