MDL-8096 - fixed footer
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
$userform->display();
|
||||
|
||||
/// and proper footer
|
||||
if ($user->id == -1) {
|
||||
if ($user->id == -1 or ($user->id != $USER->id)) {
|
||||
admin_externalpage_print_footer($adminroot);
|
||||
} else if (!empty($USER->newadminuser)) {
|
||||
print_footer('none');
|
||||
|
||||
Reference in New Issue
Block a user