removefromarchive: fix another typo (refs #603)

This commit is contained in:
Andrew Dolgov 2013-03-20 21:30:19 +04:00
parent 46ec3348ca
commit 943de334a3
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ function feedBrowser() {
} }); } });
}, },
removeFromArchive: function() { removeFromArchive: function() {
var selected = this.getSelectedFeeds(); var selected = this.getSelectedFeedIds();
if (selected.length > 0) { if (selected.length > 0) {