summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mobile/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index b4a645aa1..b629eaeed 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -629,7 +629,7 @@
$marked_pic = "<img class='marked' src=\"../images/mark_unset.png\">";
}
- $content_link = "<a href=\"?go=view&id=$id&feed=$feed_id\">" .
+ $content_link = "<a href=\"?go=view&id=$id&feed=$feed\">" .
$line["title"] . "</a>";
if (get_pref($link, 'HEADLINES_SMART_DATE')) {