From: Cash Costello Date: Sun, 28 Jun 2009 14:16:33 +0000 (+0000) Subject: ignore index for rss - this is the view of all of an owner's albums X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1224dc309fd8451d56e8959e1e6a3cc59ba8803e;p=lorea%2Felgg.git ignore index for rss - this is the view of all of an owner's albums --- 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