diff options
Diffstat (limited to 'phpBB/includes/mcp/mcp_topic.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_topic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php index c23cce4b16..2217f8fdeb 100644 --- a/phpBB/includes/mcp/mcp_topic.php +++ b/phpBB/includes/mcp/mcp_topic.php @@ -205,7 +205,7 @@ function mcp_topic_view($id, $mode, $action) * @var array post_id_list Array with post ids we are going to display * @var array rowset Array with the posts data * @var int topic_id The topic ID we are currently reviewing - * @since 3.1.6-RC1 + * @since 3.1.7-RC1 */ $vars = array( 'attachments', |