- Patch #682530 by TUc: removed redundant variable_get() call.

merge-requests/26/head
Dries Buytaert 2010-01-13 14:35:41 +00:00
parent 1e05ca59fa
commit 04b0872bc4
1 changed files with 0 additions and 1 deletions

View File

@ -634,7 +634,6 @@ function aggregator_refresh($feed) {
// If there are items on the feed, let all enabled processors do their work on it.
if (@count($feed->items)) {
$processors = variable_get('aggregator_processors', array('aggregator'));
foreach ($processors as $processor) {
module_invoke($processor, 'aggregator_process', $feed);
}