mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
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) {
This commit is contained in:
@@ -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 ";";
|
||||
|
||||
Reference in New Issue
Block a user