diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-10-09 16:45:07 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-09 16:45:07 +0200 |
commit | b2e7de0379a20485c5d8a9964f2528f02145c474 (patch) | |
tree | bf2029773b51283ca4fe64575ae8d80c3d2fabca | |
parent | c664bbdf9c13089b1c6247ef303f8ca1fd7e044e (diff) | |
parent | 8683824ed324269403b0344e6a75a942a842b1cd (diff) | |
download | forums-b2e7de0379a20485c5d8a9964f2528f02145c474.tar forums-b2e7de0379a20485c5d8a9964f2528f02145c474.tar.gz forums-b2e7de0379a20485c5d8a9964f2528f02145c474.tar.bz2 forums-b2e7de0379a20485c5d8a9964f2528f02145c474.tar.xz forums-b2e7de0379a20485c5d8a9964f2528f02145c474.zip |
Merge branch '3.1.x'
-rw-r--r-- | phpBB/includes/mcp/mcp_queue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php index e43b2a0edd..132786818b 100644 --- a/phpBB/includes/mcp/mcp_queue.php +++ b/phpBB/includes/mcp/mcp_queue.php @@ -1270,7 +1270,7 @@ class mcp_queue continue; } - $post_data['disapprove_reason'] = ''; + $post_data['disapprove_reason'] = $disapprove_reason; if (isset($disapprove_reason_lang)) { // Okay we need to get the reason from the posters language |