messaging MDL-22320 replaced the old popup index.php with the new non-popup index.php
This commit is contained in:
@@ -1525,7 +1525,7 @@ class global_navigation extends navigation_node {
|
||||
if ($USER->id!=$user->id) {
|
||||
$messageargs = array('id'=>$user->id);
|
||||
}
|
||||
$url = new moodle_url('/message/contacts_messages.php',$messageargs);
|
||||
$url = new moodle_url('/message/index.php',$messageargs);
|
||||
$usernode->add(get_string('messages', 'message'), $url, self::TYPE_SETTING, null, 'messages');
|
||||
|
||||
// Add a node to view the users notes if permitted
|
||||
|
||||
Reference in New Issue
Block a user