From 95e812067e573f57a0a00f7d6047f8330c74108c Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 15 Dec 2009 20:42:01 -0800 Subject: Change what is used as the url to the item. --- modules/gallery/helpers/gallery_rest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/helpers/gallery_rest.php b/modules/gallery/helpers/gallery_rest.php index 6747bda8..865099af 100644 --- a/modules/gallery/helpers/gallery_rest.php +++ b/modules/gallery/helpers/gallery_rest.php @@ -37,7 +37,7 @@ class gallery_rest_Core { "title" => $item->title, "thumb_url" => $item->thumb_url(true), "resize_url" => $item->resize_url(true), - "url" => $item->abs_url(), + "url" => $item->file_url(true), "description" => $item->description, "internet_address" => $item->slug); -- cgit v1.2.3