fixed bug 649864
This commit is contained in:
parent
11fd28d8a4
commit
9025ea429c
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,8 @@ sub _accountOptions {
|
|||
$output .= '<li><a href="'.WebGUI::URL::page('op=logout').'">'.WebGUI::International::get(64).'</a>';
|
||||
|
||||
$output .= '<li><a href="'.WebGUI::URL::page('op=deactivateAccount').'">'.
|
||||
WebGUI::International::get(65).'</a>' if ($session{setting}{selfDeactivation});
|
||||
WebGUI::International::get(65).'</a>' if ($session{setting}{selfDeactivation}
|
||||
&& !WebGUI::Privilege::isInGroup(3));
|
||||
$output .= '</ul></div>';
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue