From: garvinhicking <garvinhicking>
Date: Fri, 26 May 2006 18:52:32 +0000 (+0000)
Subject: fb patch
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f794ac3a7e6164425340e868b0736528a72d52f9;p=s9y.git

fb patch
---

diff --git a/rss.php b/rss.php
index b6b87d1..959562c 100644
--- a/rss.php
+++ b/rss.php
@@ -149,7 +149,7 @@ if (is_array($plugins)) {
                 }
             }
 
-            if ($plugin->get_config('show_feedburner') === 'force' && !preg_match('@FeedBurn@i', $_SERVER['HTTP_USER_AGENT'])) {
+            if ($_GET['type']  == 'content' && $plugin->get_config('show_feedburner') === 'force' && !preg_match('@FeedBurn@i', $_SERVER['HTTP_USER_AGENT'])) {
     			$url = 'http://feeds.feedburner.com/' . $plugin->get_config('fb_id');
     			header('Location: ' . $url);
     			exit;