summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-11-18 23:39:29 +0000
committerNigel Osborne <kiwi3685@me.com>2010-11-18 23:39:29 +0000
commitca2e8c6eeec5eff9237d702eeef9d6b692bf9792 (patch)
treee3923f467a97939fbbb568f5f51fff3e54ef3da6 /modules
parent62de56bfb9b44e495ac9f2aaa4b8d9a1312d1fa1 (diff)
downloadwebtrees-ca2e8c6eeec5eff9237d702eeef9d6b692bf9792.tar.gz
webtrees-ca2e8c6eeec5eff9237d702eeef9d6b692bf9792.tar.bz2
webtrees-ca2e8c6eeec5eff9237d702eeef9d6b692bf9792.zip
Bug #677247 "Fix TMG latlon data" batch update plugin crashes
Diffstat (limited to 'modules')
-rw-r--r--modules/batch_update/plugins/tmglatlon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/batch_update/plugins/tmglatlon.php b/modules/batch_update/plugins/tmglatlon.php
index a93dbae2e3..106cb746a9 100644
--- a/modules/batch_update/plugins/tmglatlon.php
+++ b/modules/batch_update/plugins/tmglatlon.php
@@ -63,7 +63,7 @@ class tmglatlon_bu_plugin extends base_plugin {
static function updateRecord($xref, $gedrec) {
$gedrec = preg_replace_callback(
"/^(2 PLAC(.*)), (\d\d)(\d\d)(\d\d)([NS])(\d\d\d)(\d\d)(\d\d)([EW])/m",
- array('plugin', '_updateRecord_callback'),
+ array('tmglatlon_bu_plugin', '_updateRecord_callback'),
$gedrec
);
return $gedrec;