summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-10-28 08:29:32 +0000
committerfisharebest <fisharebest@gmail.com>2010-10-28 08:29:32 +0000
commiteb77924918e75f2621f79713e09961be8b485203 (patch)
tree33985d6f9fe89a21b79fe4184bf1210891b3b5b4 /modules
parent28c0119aeb9e05d52601f4c977afaee26ad0008a (diff)
downloadwebtrees-eb77924918e75f2621f79713e09961be8b485203.tar.gz
webtrees-eb77924918e75f2621f79713e09961be8b485203.tar.bz2
webtrees-eb77924918e75f2621f79713e09961be8b485203.zip
#667638 - bug in googlemap/admin_config.php
Diffstat (limited to 'modules')
-rw-r--r--modules/googlemap/admin_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/googlemap/admin_config.php b/modules/googlemap/admin_config.php
index f96bde7457..6d36568dc3 100644
--- a/modules/googlemap/admin_config.php
+++ b/modules/googlemap/admin_config.php
@@ -65,6 +65,6 @@ if (WT_USER_IS_ADMIN) { ?>
<?php
print_footer();
} else {
- header('Location: '.WT_SERVER_NAME.WT_SCRIPT_PATH.'login.php?url=module.php?mod=googlemap&mod_action=admin_config");
+ header('Location: '.WT_SERVER_NAME.WT_SCRIPT_PATH.'login.php?url=module.php?mod=googlemap&mod_action=admin_config');
exit;
}