-
Bug
-
Resolution: Fixed
-
Major
-
3.6.3, 3.6.4, 3.7
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MDL-65219-master -
-
3
-
Sprint 1 - Investimagation, Sprint 2 - Experimental
Hi,
We notice a very small problem in contact request notification
- User A send a contact request to user B
- User B click on notifications icon , then on the link "View full notification"
- At the bottom of the page, the link "Go to" is broken (file not found)
message/classes/api.php :
line 2511 : $url = new \moodle_url('/message/pendingcontactrequests.php');
but file ../message/pendingcontactrequests.php don't exist
I saw in MDL-63310 :
"Don't forget to remove the stub page message/pendingcontactrequests.php"
Thanks a lot
- is duplicated by
-
MDL-65586 Not found error: message/pendingcontactrequests.php file doesn't exist anymore
- Closed