summaryrefslogtreecommitdiff
path: root/include/ccache.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-04 14:50:56 +0300
committerAndrew Dolgov <[email protected]>2017-05-04 14:50:56 +0300
commit86a8351ca2abbacda557819cefb66379a450103c (patch)
treee50d01443417ee8fee24440b466fe87e8e049a95 /include/ccache.php
parent7e5f8d9fb323dc5e47f545984c6f9b3d320a2912 (diff)
move the following to Feeds:
+ static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { + static function getFeedArticles($feed, $is_cat = false, $unread_only = false, + static function subscribe_to_feed($url, $cat_id = 0, + static function getFeedIcon($id) { + static function getFeedTitle($id, $cat = false) { + static function getCategoryUnread($cat, $owner_uid = false) { + static function getCategoryChildrenUnread($cat, $owner_uid = false) {
Diffstat (limited to 'include/ccache.php')
-rw-r--r--include/ccache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ccache.php b/include/ccache.php
index 45cd4ce6f..c6f7ddef9 100644
--- a/include/ccache.php
+++ b/include/ccache.php
@@ -145,7 +145,7 @@
$unread = (int) db_fetch_result($result, 0, "sv");
} else {
- $unread = (int) getFeedArticles($feed_id, $is_cat, true, $owner_uid);
+ $unread = (int) Feeds::getFeedArticles($feed_id, $is_cat, true, $owner_uid);
}
db_query("BEGIN");