From: garvinhicking Date: Tue, 30 May 2006 09:47:13 +0000 (+0000) Subject: feedburtn force fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8fcc60c69fa7330149734540dc5ae570d217899b;p=s9y.git feedburtn force fix --- diff --git a/rss.php b/rss.php index 959562c..5152f6d 100644 --- a/rss.php +++ b/rss.php @@ -149,7 +149,7 @@ if (is_array($plugins)) { } } - if ($_GET['type'] == 'content' && $plugin->get_config('show_feedburner') === 'force' && !preg_match('@FeedBurn@i', $_SERVER['HTTP_USER_AGENT'])) { + if ($_GET['type'] == 'content' && !isset($_GET['category']) && !isset($serendipity['GET']['tag']) && $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;