From eb55a3c9776d27eb8525c3cf1718456a19258936 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 18 Dec 2009 12:21:10 -0800 Subject: Add the name field to remote interface. --- modules/gallery/helpers/gallery_rest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/gallery/helpers/gallery_rest.php b/modules/gallery/helpers/gallery_rest.php index 5d4fcd45..6fad2fc2 100644 --- a/modules/gallery/helpers/gallery_rest.php +++ b/modules/gallery/helpers/gallery_rest.php @@ -33,6 +33,7 @@ class gallery_rest_Core { } $response_data = array("type" => $item->type, + "name" => $item->name, "path" => $item->relative_url(), "title" => $item->title, "thumb_url" => $item->thumb_url(true), -- cgit v1.2.3