summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-06-12 02:30:24 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-06-12 02:30:24 +0000
commita8119651cd018c6206715e1e3becb33ba10e4927 (patch)
tree07fb624e59694c97b4e3b9246c6090b18e14210d /modules/aggregator.module
parent7c05eaa9ac3a42f3ea7075e20ba07543abc16a90 (diff)
downloadbrdo-a8119651cd018c6206715e1e3becb33ba10e4927.tar.gz
brdo-a8119651cd018c6206715e1e3becb33ba10e4927.tar.bz2
#31591 by vwX, fix 301 redirects in aggregator
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module
index 7463012eb..1625ad4e8 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.module
@@ -705,7 +705,6 @@ function aggregator_refresh($feed) {
case 301:
$feed['url'] = $result->redirect_url;
watchdog('aggregator', t('Updated URL for feed %title to %url.', array('%title' => theme('placeholder', $feed['title']), '%url' => theme('placeholder', $feed['url']))));
- break;
case 200:
case 302: