fixed a login bug
This commit is contained in:
parent
3de1e05684
commit
4e688ac616
2 changed files with 3 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ sub noAccess {
|
|||
}
|
||||
my ($output);
|
||||
if ($session{user}{userId} <= 1) {
|
||||
$output = WebGUI::Operation::Account::www_displayAccount();
|
||||
$output = WebGUI::Operation::Account::www_displayLogin();
|
||||
} else {
|
||||
$output = '<h1>'.WebGUI::International::get(37).'</h1>';
|
||||
$output .= WebGUI::International::get(39);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue