From 23d3f34bc7321a1bbbdd18942e2caf4eb7996f22 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 26 May 2006 18:52:55 +0000 Subject: [PATCH] fb patch --- rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5