Skip to content

Commit 876bcd7

Browse files
committed
MOBILE-2178 database: Fix cache presets in search entries
1 parent 74a9f3e commit 876bcd7

File tree

1 file changed

+2
-2
lines changed
  • www/addons/mod/data/services

1 file changed

+2
-2
lines changed

www/addons/mod/data/services/data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,8 +798,8 @@ angular.module('mm.addons.mod_data')
798798
perpage: perPage || mmaModDataPerPage
799799
},
800800
preSets = {
801-
getCache: 0,
802-
saveCache: 1,
801+
getFromCache: 0,
802+
saveToCache: 1,
803803
emergencyCache: 1
804804
};
805805

0 commit comments

Comments
 (0)