summaryrefslogtreecommitdiff
path: root/plugins/mobile/mobile-functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mobile/mobile-functions.php')
-rw-r--r--plugins/mobile/mobile-functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mobile/mobile-functions.php b/plugins/mobile/mobile-functions.php
index 8c2ab88cf..8e5cb7010 100644
--- a/plugins/mobile/mobile-functions.php
+++ b/plugins/mobile/mobile-functions.php
@@ -207,7 +207,7 @@
while ($line = db_fetch_assoc($result)) {
- $id = -$line["id"] - 11;
+ $id = label_to_feed_id($line["id"]);
$unread = getFeedUnread($link, $id);
$title = $line["caption"];