summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-03-05 18:56:57 +0000
committerDries Buytaert <dries@buytaert.net>2003-03-05 18:56:57 +0000
commita15bf99e467c79576813c466d16553897e69c6c7 (patch)
tree3d50005e5d9bbb60ac38bb57a43cb17b13ff231c /modules/aggregator
parent7775d5a3277cc761fef92289edcdaa27809fd3a7 (diff)
downloadbrdo-a15bf99e467c79576813c466d16553897e69c6c7.tar.gz
brdo-a15bf99e467c79576813c466d16553897e69c6c7.tar.bz2
- Fixed the links in the admin menu. Patch by Ax.
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index 75873ce40..ca5dde26d 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -452,10 +452,10 @@ function import_admin() {
switch ($op) {
case "add feed":
- print import_form_bundle();
+ print import_form_feed();
break;
case "add bundle":
- print import_form_feed();
+ print import_form_bundle();
break;
case "edit":
if (arg(4) == "bundle") {