From: garvinhicking Date: Fri, 26 May 2006 18:52:55 +0000 (+0000) Subject: fb patch X-Git-Tag: 1.0~16 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=23d3f34bc7321a1bbbdd18942e2caf4eb7996f22;p=s9y.git fb patch --- diff --git a/rss.php b/rss.php index b02f3e0..10502ec 100644 --- a/rss.php +++ b/rss.php @@ -130,7 +130,7 @@ if (is_array($plugins)) { } $metadata['fullFeed'] = $plugin->get_config('fullfeed', false); - 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;