summaryrefslogtreecommitdiff
path: root/modules/googlemap/places_edit.php
diff options
context:
space:
mode:
authorBrian Holland <windmillway2@gmail.com>2010-05-11 14:32:10 +0000
committerBrian Holland <windmillway2@gmail.com>2010-05-11 14:32:10 +0000
commit2263eb372e8ef815388ab65eb441bad4653fba20 (patch)
tree03e98b804bbec39fd99f533b02bb6f8f61a939c6 /modules/googlemap/places_edit.php
parent5313fd4b0199087dd712aed3bcf439df52368f59 (diff)
downloadwebtrees-2263eb372e8ef815388ab65eb441bad4653fba20.tar.gz
webtrees-2263eb372e8ef815388ab65eb441bad4653fba20.tar.bz2
webtrees-2263eb372e8ef815388ab65eb441bad4653fba20.zip
Added global for error occurring when updating googlemap places
Diffstat (limited to 'modules/googlemap/places_edit.php')
-rw-r--r--modules/googlemap/places_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/googlemap/places_edit.php b/modules/googlemap/places_edit.php
index 630ef96342..de114ff76d 100644
--- a/modules/googlemap/places_edit.php
+++ b/modules/googlemap/places_edit.php
@@ -35,7 +35,7 @@ if (!defined('WT_WEBTREES')) {
require WT_ROOT.'modules/googlemap/defaultconfig.php';
require WT_ROOT.'includes/functions/functions_edit.php';
-global $TBLPREFIX;
+global $TBLPREFIX, $EDIT_AUTOCLOSE;
$action=safe_REQUEST($_REQUEST, 'action');
if (isset($_REQUEST['placeid'])) $placeid = $_REQUEST['placeid'];
if (isset($_REQUEST['place_name'])) $place_name = $_REQUEST['place_name'];