summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-08 14:39:06 +0300
committerAndrew Dolgov <[email protected]>2010-01-08 14:39:06 +0300
commit17cd109775a8d06409cf35b355409de3338d60ae (patch)
tree674a0dcfc29150907bf08807702243e184aade3e /mobile
parentef6c9ba403afd1dc5ee130f12b5f2334747f120e (diff)
mobile: fix original article link being a resource id
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index 0fa443f8b..39f492a25 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -449,7 +449,7 @@
selected=\"true\"
myBackLabel='$feed_title' myBackHref='feed.php?id=$feed_id&cat=$cat_id'>";
- print "<h2><a target='_blank' href='$link'>$title</a></h2>";
+ print "<h2><a target='_blank' href='$article_link'>$title</a></h2>";
print "<fieldset>";