diff options
author | lavigor <lavigor@users.noreply.github.com> | 2016-03-25 23:11:43 +0300 |
---|---|---|
committer | lavigor <lavigor@users.noreply.github.com> | 2016-03-25 23:11:43 +0300 |
commit | 18a4505b235c64ec33934876b8a1c98a0ef66f50 (patch) | |
tree | 114deb64fa7cf7afdedf05439e1bcada64e4b3c2 /phpBB/includes/mcp | |
parent | 276d48ed4f970b42f20a7013d27c6a169230ae74 (diff) | |
download | forums-18a4505b235c64ec33934876b8a1c98a0ef66f50.tar forums-18a4505b235c64ec33934876b8a1c98a0ef66f50.tar.gz forums-18a4505b235c64ec33934876b8a1c98a0ef66f50.tar.bz2 forums-18a4505b235c64ec33934876b8a1c98a0ef66f50.tar.xz forums-18a4505b235c64ec33934876b8a1c98a0ef66f50.zip |
[ticket/14134] Fix Okay in a comment.
PHPBB3-14134
Diffstat (limited to 'phpBB/includes/mcp')
-rw-r--r-- | phpBB/includes/mcp/mcp_warn.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_warn.php b/phpBB/includes/mcp/mcp_warn.php index 5dcfa8c474..33c898ffc2 100644 --- a/phpBB/includes/mcp/mcp_warn.php +++ b/phpBB/includes/mcp/mcp_warn.php @@ -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/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 if ($user_row['user_lang'] != $user->lang_name) { |