We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4fcaf commit 8b5b33eCopy full SHA for 8b5b33e
src/addon/mod/forum/pages/discussion/discussion.ts
@@ -357,7 +357,7 @@ export class AddonModForumDiscussionPage implements OnDestroy {
357
protected syncDiscussion(showErrors: boolean): Promise<any> {
358
const promises = [];
359
360
- promises.push(this.forumSync.syncDiscussionReplies(this.forumId, this.discussionId).then((result) => {
+ promises.push(this.forumSync.syncDiscussionReplies(this.discussionId).then((result) => {
361
if (result.warnings && result.warnings.length) {
362
this.domUtils.showErrorModal(result.warnings[0]);
363
}
0 commit comments