mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14134] Fix Okay in a comment.
PHPBB3-14134
This commit is contained in:
parent
276d48ed4f
commit
18a4505b23
1 changed files with 0 additions and 1 deletions
|
@ -530,7 +530,6 @@ function add_warning($user_row, $warning, $send_pm = true, $post_id = 0)
|
||||||
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
|
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
|
||||||
include_once($phpbb_root_path . 'includes/message_parser.' . $phpEx);
|
include_once($phpbb_root_path . 'includes/message_parser.' . $phpEx);
|
||||||
|
|
||||||
// Okay we need to get the reason from the warned users language
|
|
||||||
// Attempt to translate warning to language of user being warned if user's language differs from issuer's language
|
// Attempt to translate warning to language of user being warned if user's language differs from issuer's language
|
||||||
if ($user_row['user_lang'] != $user->lang_name)
|
if ($user_row['user_lang'] != $user->lang_name)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue