bugfix [ 997962 ] Error in H_homeLink.pm macro (fix)
This commit is contained in:
parent
4bfab4378f
commit
58a3c4bdf1
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ sub process {
|
|||
$temp = WebGUI::URL::gateway($temp);
|
||||
if ($param[0] ne "linkonly") {
|
||||
my %var;
|
||||
$var{'homelink.url'} = WebGUI::URL::gateway($temp);
|
||||
$var{'homelink.url'} = $temp;
|
||||
if ($param[0] ne "") {
|
||||
$var{'homeLink.text'} = $param[0];
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue