From 1224dc309fd8451d56e8959e1e6a3cc59ba8803e Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 28 Jun 2009 14:16:33 +0000 Subject: ignore index for rss - this is the view of all of an owner's albums --- views/rss/object/album.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'views/rss/object/album.php') diff --git a/views/rss/object/album.php b/views/rss/object/album.php index e429ee94d..ecd4c51ab 100644 --- a/views/rss/object/album.php +++ b/views/rss/object/album.php @@ -3,6 +3,10 @@ * Tidypics Album RSS View */ + // for now catch the albums view and ignore it + if (get_context() == "search" && get_input('search_viewtype') == "gallery") { + } else { + $album = $vars['entity']; $base_url = $vars['url'] . 'mod/tidypics/thumbnail.php?file_guid='; @@ -54,4 +58,6 @@ \ No newline at end of file -- cgit v1.2.3