fix for bug 1173101
This commit is contained in:
parent
d26ae790c9
commit
9edb5b42b3
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ sub process {
|
|||
$var{'toggle.url'} = WebGUI::URL::page('op=auth&method=logout');
|
||||
$var{'toggle.text'} = $logout;
|
||||
}
|
||||
if ($param[3]) {
|
||||
return WebGUI::Asset::Template->newByUrl($param[3])->process(\%var);
|
||||
if ($param[2]) {
|
||||
return WebGUI::Asset::Template->newByUrl($param[2])->process(\%var);
|
||||
} else {
|
||||
return WebGUI::Asset::Template->new("PBtmpl0000000000000043")->process(\%var);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue