Skip to content

Commit

Permalink
MDL-62658 message_popup: fixed issue with malformed URL being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Jun 18, 2018
1 parent 9886790 commit 1dbbcaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/str', 'core/url',

// Link to mark read page before loading the actual link.
notification.contexturl = URL.relativeUrl('message/output/popup/mark_notification_read.php', {
redirecturl: notification.contexturl,
notificationid: notification.id,
redirecturl: notification.contexturl
});

var promise = Templates.render('message_popup/notification_content_item', notification)
Expand Down

0 comments on commit 1dbbcaf

Please sign in to comment.