diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2014-06-08 15:07:52 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2014-06-08 15:07:52 +0000 |
commit | 631f658288ee93af25b75c064010b5eb8615205e (patch) | |
tree | 880a5e67eeeb5b64a8b41905bc52eda265985a8d | |
parent | 69e8187f7ba66af72b34d84bb712bb75d86f36a1 (diff) | |
download | pmwiki.svn-631f658288ee93af25b75c064010b5eb8615205e.tar.bz2 |
Fix Notify author when deleting pages (PITS:01112)
git-svn-id: svn://pmwiki.org/pmwiki/trunk@2980 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r-- | scripts/notify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/notify.php b/scripts/notify.php index 218ae9f7..3df6ef9b 100644 --- a/scripts/notify.php +++ b/scripts/notify.php @@ -54,7 +54,7 @@ SDV($NotifyBodyFmt, . " \$ScriptUrl/$[{\$SiteGroup}/AllRecentChanges]\n\n\$NotifyItems\n"); SDV($NotifyTimeFmt, $TimeFmt); SDV($NotifyItemFmt, - ' * {$FullName} . . . $PostTime by {$LastModifiedBy}'); + ' * {$FullName} . . . $PostTime by {$Author}'); SDV($NotifyHeaders, ''); SDV($NotifyParameters, ''); |