mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-40788-m' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
d0ed9d6375
@ -425,11 +425,5 @@ if (isloggedin() && has_capability('moodle/site:sendmessage', $context)
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
if ($CFG->debugdisplay && debugging('', DEBUG_DEVELOPER) && $currentuser) { // Show user object
|
||||
echo '<br /><br /><hr />';
|
||||
echo $OUTPUT->heading('DEBUG MODE: User session variables');
|
||||
print_object($USER);
|
||||
}
|
||||
|
||||
echo '</div>'; // userprofile class
|
||||
echo $OUTPUT->footer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user