mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-8096 - fixed footer
This commit is contained in:
parent
ad6226fba2
commit
25c09fc90c
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
||||||
$userform->display();
|
$userform->display();
|
||||||
|
|
||||||
/// and proper footer
|
/// and proper footer
|
||||||
if ($user->id == -1) {
|
if ($user->id == -1 or ($user->id != $USER->id)) {
|
||||||
admin_externalpage_print_footer($adminroot);
|
admin_externalpage_print_footer($adminroot);
|
||||||
} else if (!empty($USER->newadminuser)) {
|
} else if (!empty($USER->newadminuser)) {
|
||||||
print_footer('none');
|
print_footer('none');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue