From e3d33b1275020758f887e0bba9378c9bc1823ad0 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 30 Apr 2010 14:39:03 +0000 Subject: fixed bug with album RSS titles --- views/rss/object/album.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/rss/object/album.php b/views/rss/object/album.php index 9c037b20f..8542b95f4 100644 --- a/views/rss/object/album.php +++ b/views/rss/object/album.php @@ -10,7 +10,7 @@ if (get_context() == "search" && get_input('search_viewtype') == "gallery") { getURL(); ?> time_created) ?> getURL(); ?> - <![CDATA[<?php echo $$vars['entity']->title; ?>]]> + <![CDATA[<?php echo $vars['entity']->title; ?>]]> description)); ?>]]> -- cgit v1.2.3