summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 1d52bc62e..58989d131 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -134,7 +134,6 @@
require_once 'db-prefs.php';
require_once 'version.php';
- require_once 'labels.php';
require_once 'controls.php';
define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)');
@@ -1169,7 +1168,7 @@
while ($line = db_fetch_assoc($result)) {
- $id = label_to_feed_id($line["id"]);
+ $id = Labels::label_to_feed_id($line["id"]);
$cv = array("id" => $id,
"counter" => (int) $line["unread"],