1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

feed editor: use client dialog

This commit is contained in:
Andrew Dolgov
2021-02-20 13:32:09 +03:00
parent 9586c72a17
commit 22fe9b54d2
3 changed files with 196 additions and 551 deletions

View File

@@ -843,7 +843,7 @@ class API extends Handler {
$_REQUEST['force_show_empty'] = $include_empty;
$this->_wrap(self::STATUS_OK,
array("categories" => $pf->makefeedtree()));
array("categories" => $pf->_makefeedtree()));
}
// only works for labels or uncategorized for the time being