diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-03-05 18:56:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-03-05 18:56:57 +0000 |
commit | a15bf99e467c79576813c466d16553897e69c6c7 (patch) | |
tree | 3d50005e5d9bbb60ac38bb57a43cb17b13ff231c /modules/aggregator | |
parent | 7775d5a3277cc761fef92289edcdaa27809fd3a7 (diff) | |
download | brdo-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.module | 4 |
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") { |