diff options
Diffstat (limited to 'modules/batch_update/plugins/tmglatlon.php')
| -rw-r--r-- | modules/batch_update/plugins/tmglatlon.php | 2 |
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; |
