fixed some i18n problems and moved http related functions out of session and into their own class
This commit is contained in:
parent
e531d8d5b2
commit
f18f408efb
21 changed files with 444 additions and 211 deletions
|
|
@ -76,7 +76,7 @@ sub _getBaseURL {
|
|||
if ($session{user}{toolbar} ne "useLanguageDefault") {
|
||||
$url .= $session{user}{toolbar};
|
||||
} else {
|
||||
$url .= $session{language}{toolbar};
|
||||
$url .= WebGUI::International::getLanguage($session{user}{language},"toolbar");
|
||||
}
|
||||
$url .= '/';
|
||||
return $url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue