fixing some more bugs introduced from the new i18n system
This commit is contained in:
parent
078a5ca108
commit
e531d8d5b2
3 changed files with 7 additions and 9 deletions
|
|
@ -431,11 +431,6 @@ sub open {
|
|||
###----------------------------
|
||||
### current user's account and profile information (from users and userProfileData tables)
|
||||
_setupUserInfo($session{var}{userId});
|
||||
###----------------------------
|
||||
### language settings
|
||||
$session{language} = WebGUI::SQL->quickHashRef("select * from language where languageId=".quote($session{user}{language}));
|
||||
###----------------------------
|
||||
### loading plugins
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue