diff --git a/src/core/features/course/components/module-summary/module-summary.ts b/src/core/features/course/components/module-summary/module-summary.ts index b9a32df7e..5c0f53626 100644 --- a/src/core/features/course/components/module-summary/module-summary.ts +++ b/src/core/features/course/components/module-summary/module-summary.ts @@ -180,7 +180,8 @@ export class CoreCourseModuleSummaryComponent implements OnInit, OnDestroy { this.courseId = this.courseId || this.module.course; this.moduleNameTranslated = CoreCourse.translateModuleName(this.module.modname, this.module.modplural); - this.blog = await AddonBlog.isPluginEnabled(); + this.blog = !CoreSites.getCurrentSite()?.isFeatureDisabled('CoreCourseOptionsDelegate_AddonBlog') && + await AddonBlog.isPluginEnabled(); try { await Promise.all([