diff options
Diffstat (limited to 'modules/googlemap/editconfig.php')
| -rw-r--r-- | modules/googlemap/editconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/googlemap/editconfig.php b/modules/googlemap/editconfig.php index 28a5a1e46f..3fb75b5390 100644 --- a/modules/googlemap/editconfig.php +++ b/modules/googlemap/editconfig.php @@ -133,7 +133,7 @@ if ($action=="update" && !isset($security_user)) { set_site_setting('GM_PRE_POST_MODE_'.$i, $_POST['NEW_GM_PRE_POST_MODE_'.$i]); } - AddToLog('Googlemap config updated'); + AddToLog('Googlemap config updated', 'config'); // read the config file again, to set the vars require WT_ROOT.'modules/googlemap/defaultconfig.php'; } |
