Skip to content

Commit

Permalink
MDL-56403 message_popup: removed unnecessary sesskey from URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Oct 20, 2016
1 parent 6a69cda commit f9408b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

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

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

2 changes: 1 addition & 1 deletion message/output/popup/amd/src/message_popover_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/str',
message.contexturl = URL.relativeUrl('/message/index.php', {
user: this.userId,
id: message.userid,
}, true);
});

message.profileurl = URL.relativeUrl('/user/profile.php', {
id: message.userid,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/str', 'core/url',
notification.viewmoreurl = URL.relativeUrl('/message/output/popup/notifications.php', {
notificationid: notification.id,
offset: offset,
}, true);
});

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

0 comments on commit f9408b6

Please sign in to comment.