From a230bf88a9ce4589eeaf2d00226eafb78b4de01c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 May 2017 15:00:21 +0300 Subject: 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) { --- classes/handler/public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/handler') 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 ";"; -- cgit v1.2.3-54-g00ecf