summaryrefslogtreecommitdiff
path: root/modules/archive/archive.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/archive/archive.module')
-rw-r--r--modules/archive/archive.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive/archive.module b/modules/archive/archive.module
index f915e1884..59fe4a6ff 100644
--- a/modules/archive/archive.module
+++ b/modules/archive/archive.module
@@ -190,7 +190,7 @@ function archive_link($type) {
if ($type == "system") {
if (user_access("access content")) {
- menu("archive", t("archives"), "archive_page", 0, 1);
+ menu("archive", t("archives"), "archive_page", 0, MENU_HIDE);
}
}