diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-06-12 02:30:24 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-06-12 02:30:24 +0000 |
commit | a8119651cd018c6206715e1e3becb33ba10e4927 (patch) | |
tree | 07fb624e59694c97b4e3b9246c6090b18e14210d /modules/aggregator/aggregator.module | |
parent | 7c05eaa9ac3a42f3ea7075e20ba07543abc16a90 (diff) | |
download | brdo-a8119651cd018c6206715e1e3becb33ba10e4927.tar.gz brdo-a8119651cd018c6206715e1e3becb33ba10e4927.tar.bz2 |
#31591 by vwX, fix 301 redirects in aggregator
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r-- | modules/aggregator/aggregator.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 7463012eb..1625ad4e8 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/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: |