This commit is contained in:
Shish 2009-07-24 08:09:24 +01:00
parent ecef1edb14
commit 02320af307

View File

@ -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']);