diff --git a/upload/index.php b/upload/index.php index ce02d3415..28a5b4f50 100644 --- a/upload/index.php +++ b/upload/index.php @@ -280,7 +280,7 @@ foreach ($cat_forums as $cid => $c) $template->assign_vars(array( 'SHOW_FORUMS' => $forums_count, - 'SHOW_MAP' => isset($_GET['map']), + 'SHOW_MAP' => (isset($_GET['map']) && !IS_GUEST), 'PAGE_TITLE' => ($viewcat) ? $cat_title_html[$viewcat] : $lang['HOME'], 'NO_FORUMS_MSG' => ($only_new) ? $lang['NO_NEW_POSTS'] : $lang['NO_FORUMS'],