MOBILE-3068 blog: Fix entries disappearing on PTR

main
Dani Palou 2019-08-28 10:52:06 +02:00
parent 5533c39288
commit 5794bade90
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ export class AddonBlogEntriesComponent implements OnInit {
this.filter['userid'] = this.currentUserId; this.filter['userid'] = this.currentUserId;
promises.push(this.blogProvider.invalidateEntries(this.filter)); promises.push(this.blogProvider.invalidateEntries(this.filter));
if (!this.showMyEntriesToggle) { if (!this.onlyMyEntries) {
delete this.filter['userid']; delete this.filter['userid'];
} }