merging 5.5 bugfixes
This commit is contained in:
parent
61b843364c
commit
7edf45ad47
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ sub www_view {
|
|||
$var{"post.URL"} = WebGUI::Forum::UI::formatNewThreadURL($callback,$forum->get("forumId"));
|
||||
$var{"post.label"} = WebGUI::International::get(24,$_[0]->get("namespace"));
|
||||
}
|
||||
my $templateId = $_[0]->getValue("templateId");
|
||||
my $templateId = $_[0]->get("templateId");
|
||||
if ($session{form}{func} eq "editSave") {
|
||||
$templateId = $_[0]->get("templateId");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue