MOBILE-3213 folder: Fix PTR in folder

main
Dani Palou 2019-12-13 08:30:54 +01:00
parent 268e45ef09
commit 72a2b571cd
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export class AddonModFolderIndexComponent extends CoreCourseModuleMainResourceCo
if (this.canGetFolder) {
promise = this.folderProvider.getFolder(this.courseId, this.module.id).then((folder) => {
return this.courseProvider.loadModuleContents(this.module, this.courseId).then(() => {
return this.courseProvider.loadModuleContents(this.module, this.courseId, undefined, false, refresh).then(() => {
folderContents = this.module.contents;
return folder;