mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-22 19:07:27 +01:00
[ticket/11942] Edits messages
PHPBB3-11942
This commit is contained in:
parent
fee4e61933
commit
cc1a304da6
@ -1653,7 +1653,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
|||||||
if ($user->data['user_id'] != $poster_id)
|
if ($user->data['user_id'] != $poster_id)
|
||||||
{
|
{
|
||||||
$log_subject = ($subject) ? $subject : $data['topic_title'];
|
$log_subject = ($subject) ? $subject : $data['topic_title'];
|
||||||
add_log('mod', $data['forum_id'], $data['topic_id'], 'LOG_POST_EDITED', $log_subject, (!empty($username)) ? $username : $user->lang['GUEST']);
|
add_log('mod', $data['forum_id'], $data['topic_id'], 'LOG_POST_EDITED', $log_subject, (!empty($username)) ? $username : $user->lang['GUEST'], $data['post_edit_reason']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($sql_data[POSTS_TABLE]['sql']))
|
if (!isset($sql_data[POSTS_TABLE]['sql']))
|
||||||
|
@ -551,7 +551,7 @@ $lang = array_merge($lang, array(
|
|||||||
'LOG_PM_REPORT_DELETED' => '<strong>Deleted PM report</strong><br />» %s',
|
'LOG_PM_REPORT_DELETED' => '<strong>Deleted PM report</strong><br />» %s',
|
||||||
'LOG_POST_APPROVED' => '<strong>Approved post</strong><br />» %s',
|
'LOG_POST_APPROVED' => '<strong>Approved post</strong><br />» %s',
|
||||||
'LOG_POST_DISAPPROVED' => '<strong>Disapproved post “%1$s” written by “%3$s” for the following reason</strong><br />» %2$s',
|
'LOG_POST_DISAPPROVED' => '<strong>Disapproved post “%1$s” written by “%3$s” for the following reason</strong><br />» %2$s',
|
||||||
'LOG_POST_EDITED' => '<strong>Edited post “%1$s” written by</strong><br />» %2$s',
|
'LOG_POST_EDITED' => '<strong>Edited post “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
|
||||||
'LOG_POST_RESTORED' => '<strong>Restored post</strong><br />» %s',
|
'LOG_POST_RESTORED' => '<strong>Restored post</strong><br />» %s',
|
||||||
'LOG_REPORT_CLOSED' => '<strong>Closed report</strong><br />» %s',
|
'LOG_REPORT_CLOSED' => '<strong>Closed report</strong><br />» %s',
|
||||||
'LOG_REPORT_DELETED' => '<strong>Deleted report</strong><br />» %s',
|
'LOG_REPORT_DELETED' => '<strong>Deleted report</strong><br />» %s',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user