summaryrefslogtreecommitdiff
path: root/modules/rss
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-05 17:56:31 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-05 17:56:31 -0800
commit62693db037729f18db42d3959c73e470d1b106f1 (patch)
treecb4eccc050afeb635b7308fef097dc6ac0912eb4 /modules/rss
parentc7b934bc6daf41af1b6e0b04b9b0e9cb22113db6 (diff)
parentfcbf824c05a7ba61391c0b5afc1589436490e7ba (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Diffstat (limited to 'modules/rss')
-rw-r--r--modules/rss/views/feed.mrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rss/views/feed.mrss.php b/modules/rss/views/feed.mrss.php
index 5fce8699..a61ee96c 100644
--- a/modules/rss/views/feed.mrss.php
+++ b/modules/rss/views/feed.mrss.php
@@ -56,7 +56,6 @@
type="<?= $child->mime_type ?>"
height="<?= $child->resize_height ?>"
width="<?= $child->resize_width ?>"
- isDefault="true"
/>
<? if (access::can("view_full", $child)): ?>
<media:content url="<?= $child->file_url(true) ?>"
@@ -64,6 +63,7 @@
type="<?= $child->mime_type ?>"
height="<?= $child->height ?>"
width="<?= $child->width ?>"
+ isDefault="true"
/>
<? endif ?>
<? else: ?>