mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14181] Fix empty denial reason if the reason isn't translated
PHPBB3-14181
This commit is contained in:
parent
7e379c4cea
commit
66397ae0e4
1 changed files with 1 additions and 1 deletions
|
@ -1240,7 +1240,7 @@ class mcp_queue
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$post_data['disapprove_reason'] = '';
|
$post_data['disapprove_reason'] = $disapprove_reason;
|
||||||
if (isset($disapprove_reason_lang))
|
if (isset($disapprove_reason_lang))
|
||||||
{
|
{
|
||||||
// Okay we need to get the reason from the posters language
|
// Okay we need to get the reason from the posters language
|
||||||
|
|
Loading…
Add table
Reference in a new issue