Slash_gatewayUrl should return scriptUrl, not siteUrl
This commit is contained in:
parent
b77e3c8747
commit
34de4d1262
2 changed files with 4 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ use WebGUI::URL;
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
return WebGUI::URL::getSiteURL();
|
||||
return WebGUI::URL::getScriptURL();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue