Slash_gatewayUrl should return scriptUrl, not siteUrl

This commit is contained in:
Len Kranendonk 2004-11-11 12:31:01 +00:00
parent b77e3c8747
commit 34de4d1262
2 changed files with 4 additions and 3 deletions

View file

@ -16,7 +16,7 @@ use WebGUI::URL;
#-------------------------------------------------------------------
sub process {
return WebGUI::URL::getSiteURL();
return WebGUI::URL::getScriptURL();
}