1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 23:44:27 +02:00

Refresh discussion after logging in. Fixes #68

This commit is contained in:
Toby Zerner
2015-05-18 15:07:04 +09:30
parent cfd6873461
commit 4c3712f9b0
3 changed files with 16 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ export default function(app) {
} else if (!app.session.user()) {
app.modal.show(new LoginModal({
message: 'You must be logged in to do that.',
callback: replyAction.bind(this)
callback: this.replyAction.bind(this)
}));
}
}