Fixed a bug with new template system.
This commit is contained in:
parent
9cda39ef82
commit
a9b0821d99
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ sub www_edit {
|
|||
sub www_editSave {
|
||||
my ($title, $templatePosition, $startDate, $endDate);
|
||||
$title = $session{form}{title} || $_[0]->get("namespace");
|
||||
$templatePosition = $session{form}{templatePosition} || 'A';
|
||||
$templatePosition = $session{form}{templatePosition} || '0';
|
||||
$startDate = setToEpoch($session{form}{startDate}) || setToEpoch(time());
|
||||
$endDate = setToEpoch($session{form}{endDate}) || setToEpoch(time()+315360000);
|
||||
$session{form}{description} = WebGUI::HTML::cleanSegment($session{form}{description});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue