diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/rss/object/album.php | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <?php
}
+
+ }
?>
\ No newline at end of file |