mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
Merge branch 'MDL-31432_messaging_popup' of git://github.com/andyjdavis/moodle
This commit is contained in:
commit
a77fbf44da
@ -87,6 +87,9 @@ $PAGE->set_context(get_context_instance(CONTEXT_USER, $USER->id));
|
||||
$PAGE->navigation->extend_for_user($USER);
|
||||
$PAGE->set_pagelayout('course');
|
||||
|
||||
// Disable message notification popups while the user is viewing their messages
|
||||
$PAGE->set_popup_notification_allowed(false);
|
||||
|
||||
$context = get_context_instance(CONTEXT_SYSTEM);
|
||||
|
||||
$user1 = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user