summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-12-22 19:38:31 +0000
committerDries Buytaert <dries@buytaert.net>2008-12-22 19:38:31 +0000
commit6303ecb8c813f8e52efeeafd943b8b23679140d9 (patch)
tree933a40c94763176e082a0c1935c08243c335b6c6 /modules/aggregator/aggregator.install
parent0c63d9e24fcaef1f3cb09823d5765e7fb48bc89e (diff)
downloadbrdo-6303ecb8c813f8e52efeeafd943b8b23679140d9.tar.gz
brdo-6303ecb8c813f8e52efeeafd943b8b23679140d9.tar.bz2
- Patch #303930 by Aron Novak, alex_b, et al: introduced pluggable architecture for aggregator
Diffstat (limited to 'modules/aggregator/aggregator.install')
-rw-r--r--modules/aggregator/aggregator.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install
index 83039487e..7954baea6 100644
--- a/modules/aggregator/aggregator.install
+++ b/modules/aggregator/aggregator.install
@@ -20,6 +20,9 @@ function aggregator_uninstall() {
variable_del('aggregator_summary_items');
variable_del('aggregator_clear');
variable_del('aggregator_category_selector');
+ variable_del('aggregator_fetcher');
+ variable_del('aggregator_parser');
+ variable_del('aggregator_processors');
}
/**