summaryrefslogtreecommitdiff
path: root/classes/api.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-20 13:32:09 +0300
committerAndrew Dolgov <[email protected]>2021-02-20 13:32:09 +0300
commit22fe9b54d2150e543338dbc7541f134c0a7c61f6 (patch)
tree920fd8dc8b30b949e92861fd6624a35cd31919ff /classes/api.php
parent9586c72a17dabd907becebffc938add10c4a8626 (diff)
feed editor: use client dialog
Diffstat (limited to 'classes/api.php')
-rwxr-xr-xclasses/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/api.php b/classes/api.php
index 8c32967a2..03eea1927 100755
--- a/classes/api.php
+++ b/classes/api.php
@@ -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