summaryrefslogtreecommitdiff
path: root/themes/xenea/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/xenea/header.php')
-rw-r--r--themes/xenea/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xenea/header.php b/themes/xenea/header.php
index 5b847701ce..7b96730635 100644
--- a/themes/xenea/header.php
+++ b/themes/xenea/header.php
@@ -41,7 +41,7 @@ $displayDate=timestamp_to_gedcom_date(client_time())->Display(false, $DATE_FORMA
<html xmlns="http://www.w3.org/1999/xhtml" <?php echo i18n::html_markup(); ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <?php if (isset($_GET["pgvaction"]) && $_GET["pgvaction"]=="places_edit") { ?>
+ <?php if (isset($_GET["mod_action"]) && $_GET["mod_action"]=="places_edit") { ?>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <?php }
?>
<?php if ($FAVICON) { ?><link rel="shortcut icon" href="<?php echo $FAVICON; ?>" type="image/x-icon" /> <?php } ?>