diff options
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r-- | modules/aggregator/aggregator.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 5791a9358..26f2ad12a 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -515,6 +515,7 @@ function aggregator_remove($feed) { ->fields(array( 'checked' => 0, 'hash' => '', + 'etag' => '', 'modified' => 0, 'description' => $feed->description, 'image' => $feed->image, |