summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module
index 69abf97bf..b5ed8f92b 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.module
@@ -488,7 +488,8 @@ function import_tag() {
}
function import_admin() {
- global $op, $edit;
+ $op = $_POST["op"];
+ $edit = $_POST["edit"];
if (user_access("administer news feeds")) {