make_http function

This commit is contained in:
Shish
2009-07-24 08:08:29 +01:00
parent 52ba270e78
commit ecef1edb14
3 changed files with 15 additions and 4 deletions

View File

@ -54,7 +54,7 @@ class RSS_Images extends SimpleExtension {
$data = "";
foreach($images as $image) {
$link = make_link("post/view/{$image->id}");
$link = make_http(make_link("post/view/{$image->id}"));
$tags = $image->get_tag_list();
$owner = $image->get_owner();
$thumb_url = $image->get_thumb_link();