fix #1701 (folderList throws JS errors)

This commit is contained in:
rolux 2013-07-23 12:16:10 +00:00
parent 9ae633ed7b
commit 83ca670b85
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ pandora.ui.folderList = function(id, section) {
section: id,
ids: data.ids
}, function() {
Ox.Requests.clearCache('find' + folderItems);
Ox.Request.clearCache('find' + folderItems);
});
},
paste: function() {