Fix `getCategory` method.

This commit is contained in:
Rodney Stromlund 2021-04-12 20:20:52 +00:00
parent 3e22368962
commit c18383d1ea
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ const Feeds = {
const tree = dijit.byId("feedTree");
if (tree && tree.model)
return tree._cat_of_feed(feed);
return tree.getFeedCategory(feed);
} catch (e) {
//