summaryrefslogtreecommitdiff
path: root/modules/archive.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/archive.module')
-rw-r--r--modules/archive.module5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/archive.module b/modules/archive.module
index 71aec57f6..1dd7b1a26 100644
--- a/modules/archive.module
+++ b/modules/archive.module
@@ -140,7 +140,10 @@ function archive_link($type) {
}
function archive_page() {
- global $date, $edit, $op, $month, $year, $meta;
+ global $date, $month, $year, $meta;
+
+ $op = $_POST["op"];
+ $edit = $_POST["edit"];
theme("header");