mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
Merge pull request #3934 from Zoddo/ticket/14181
[ticket/14181] Fix empty denial reason if the reason isn't translated
This commit is contained in:
@@ -1241,7 +1241,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
|
||||||
|
Reference in New Issue
Block a user