From ca5a35607dfb277cecba120ce27eece7c59f270a Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 26 Nov 2011 16:35:25 -0500 Subject: fixed RSS feeds for Elgg 1.8 --- views/rss/object/album/full.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 views/rss/object/album/full.php (limited to 'views/rss/object/album/full.php') diff --git a/views/rss/object/album/full.php b/views/rss/object/album/full.php new file mode 100644 index 000000000..8261e5ce0 --- /dev/null +++ b/views/rss/object/album/full.php @@ -0,0 +1,16 @@ + 'object', + 'subtype' => 'image', + 'container_guid' => $vars['entity']->getGUID(), + 'limit' => $limit, + 'full_view' => false, +)); -- cgit v1.2.3