Fixed various bugs.
This commit is contained in:
parent
9e45d88ab7
commit
adaf15f61b
3 changed files with 10 additions and 2 deletions
|
|
@ -424,7 +424,7 @@ sub www_viewSubmission {
|
|||
$var{"leave.label"} = WebGUI::International::get(573);
|
||||
$var{"deny.url"} = WebGUI::URL::page('func=denySubmission&wid='.$session{form}{wid}.'&sid='.$session{form}{sid}.'&mlog='.$session{form}{mlog});
|
||||
$var{"deny.label"} = WebGUI::International::get(574);
|
||||
$var{"canDiscuss"} = ($_[0]->get("allowDiscussion"));
|
||||
$var{"canReply"} = ($_[0]->get("allowDiscussion"));
|
||||
$var{"reply.url"} = WebGUI::URL::page('func=post&mid=new&wid='.$_[0]->get("wobjectId").'&sid='.$session{form}{sid});
|
||||
$var{"reply.label"} = WebGUI::International::get(47,$namespace);
|
||||
$var{"search.url"} = WebGUI::Search::toggleURL();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue