File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ export class CoreCourseModulePrefetchDelegate extends CoreDelegate {
243243
244244 protected ROOT_CACHE_KEY = 'mmCourse:' ;
245245 protected statusCache = new CoreCache ( ) ;
246+ protected featurePrefix = 'CoreCourseModuleDelegate_' ;
246247 protected handlerNameProperty = 'modName' ;
247248
248249 // Promises for check updates, to prevent performing the same request twice at the same time.
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ export class CoreTextUtilsProvider {
6666 { old : / _ m m a M o d F o l d e r / g, new : '_AddonModFolder' } ,
6767 { old : / _ m m a M o d F o r u m / g, new : '_AddonModForum' } ,
6868 { old : / _ m m a M o d G l o s s a r y / g, new : '_AddonModGlossary' } ,
69+ { old : / _ m m a M o d H 5 p a c t i v i t y / g, new : '_AddonModH5PActivity' } ,
6970 { old : / _ m m a M o d I m s c p / g, new : '_AddonModImscp' } ,
7071 { old : / _ m m a M o d L a b e l / g, new : '_AddonModLabel' } ,
7172 { old : / _ m m a M o d L e s s o n / g, new : '_AddonModLesson' } ,
You can’t perform that action at this time.
0 commit comments