summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-04 15:00:21 +0300
committerAndrew Dolgov <[email protected]>2017-05-04 15:00:21 +0300
commita230bf88a9ce4589eeaf2d00226eafb78b4de01c (patch)
tree0f3656d2249c1de79162ed7e38a539292932f7c4 /classes/handler/public.php
parent86a8351ca2abbacda557819cefb66379a450103c (diff)
move to Article:
+ static function purge_orphans($do_output = false) { move to Feeds + static function getGlobalUnread($user_id = false) { + static function getCategoryTitle($cat_id) { + static function getLabelUnread($label_id, $owner_uid = false) {
Diffstat (limited to 'classes/handler/public.php')
-rw-r--r--classes/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 89d481ec5..0f1ae21eb 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -287,7 +287,7 @@ class Handler_Public extends Handler {
if ($this->dbh->num_rows($result) == 1) {
$uid = $this->dbh->fetch_result($result, 0, "id");
- print getGlobalUnread($uid);
+ print Feeds::getGlobalUnread($uid);
if ($fresh) {
print ";";