summaryrefslogtreecommitdiff
path: root/classes/api.php
diff options
context:
space:
mode:
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