From 02320af307f47c8961cd3d223c6d39b4ee7833dd Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 24 Jul 2009 08:09:24 +0100 Subject: [PATCH] here too --- contrib/rss_comments/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/rss_comments/main.php b/contrib/rss_comments/main.php index bb261a3b..23e5150a 100644 --- a/contrib/rss_comments/main.php +++ b/contrib/rss_comments/main.php @@ -37,7 +37,7 @@ class RSS_Comments extends SimpleExtension { foreach($comments as $comment) { $image_id = $comment['image_id']; $comment_id = $comment['comment_id']; - $link = make_link("post/view/$image_id"); + $link = make_http(make_link("post/view/$image_id")); $owner = html_escape($comment['user_name']); $posted = date(DATE_RSS, $comment['posted_timestamp']); $comment = html_escape($comment['comment']);