summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-06 12:03:13 +0400
committerAndrew Dolgov <[email protected]>2013-07-06 12:03:13 +0400
commitbd207093ee9981331fb7db6a354aef0c3ce6cc50 (patch)
tree10a86e81a6686f6567d8ccaffc18f7f8ef92f11f /classes
parente9687f67e0196c063536c8e7770094129a42f2ef (diff)
parentd7a27413433080124c9f54668e3962185666bab2 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'classes')
-rw-r--r--classes/handler/public.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index f05beafd2..205853eae 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -110,6 +110,8 @@ class Handler_Public extends Handler {
date(DATE_RFC822, strtotime($line["updated"])), true);
$tpl->setVariable('ARTICLE_AUTHOR', htmlspecialchars($line['author']), true);
+
+ $tpl->setVariable('ARTICLE_SOURCE_TITLE', htmlspecialchars($line['feed_title']), true);
$tags = get_article_tags($line["id"], $owner_uid);