diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-04-16 13:00:27 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-04-16 13:00:27 +0000 |
| commit | ce9d25e7e0da5f0adb63aa383c6b3c38a4f80883 (patch) | |
| tree | a042eb4e1e81b1c0109d4a6486b34091dff2035d /edit_privacy.php | |
| parent | 6ad33322bf22da6c4714e69f81591425349da467 (diff) | |
| download | webtrees-ce9d25e7e0da5f0adb63aa383c6b3c38a4f80883.tar.gz webtrees-ce9d25e7e0da5f0adb63aa383c6b3c38a4f80883.tar.bz2 webtrees-ce9d25e7e0da5f0adb63aa383c6b3c38a4f80883.zip | |
Diffstat (limited to 'edit_privacy.php')
| -rw-r--r-- | edit_privacy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_privacy.php b/edit_privacy.php index a1478ff615..825f6b68c2 100644 --- a/edit_privacy.php +++ b/edit_privacy.php @@ -257,7 +257,7 @@ if ($action=="update") { } // NOTE: load the new variables require $INDEX_DIRECTORY.$GEDCOM.'_priv.php'; - $logline = AddToLog("Privacy file $PRIVACY_MODULE updated"); + $logline = AddToLog("Privacy file $PRIVACY_MODULE updated", 'config'); $gedcomprivname = $GEDCOM."_priv.php"; //-- delete the cache files for the Home Page blocks |
