summaryrefslogtreecommitdiff
path: root/mobile/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/functions.php')
-rw-r--r--mobile/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index 398a12a55..b4a645aa1 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -1,4 +1,4 @@
-<?
+<?php
define('MOBILE_FEEDLIST_ENABLE_ICONS', false);
define('TTRSS_SESSION_NAME', 'ttrss_m_sid');
@@ -641,7 +641,7 @@
print "<li class='$class'>";
- print "<a href=\"?go=vf&id=$feed_id&ts=$id\">$marked_pic</a>";
+ print "<a href=\"?go=vf&id=$feed&ts=$id\">$marked_pic</a>";
print $content_link;