summaryrefslogtreecommitdiff
path: root/modules/cloud.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cloud.module')
-rw-r--r--modules/cloud.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/cloud.module b/modules/cloud.module
index 71e49b7bb..613771943 100644
--- a/modules/cloud.module
+++ b/modules/cloud.module
@@ -185,7 +185,8 @@ function cloud_block($op = "list", $delta = 0) {
}
function cloud_admin() {
- global $op, $edit;
+ $op = $_POST["op"];
+ $edit = $_POST["edit"];
if (empty($op)) {
$op = arg(3);