From 08739751b211c147b58a80a55f3bbde00a96e005 Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Tue, 13 Oct 2015 21:26:24 -0400 Subject: [PATCH] [ticket/14170] Revert mcp_change_poster_after @since change Revert the @since change back to 3.1.6-RC1. Add @changed line 3.1.7-RC1 and description. PHPBB3-14170 --- phpBB/includes/mcp/mcp_post.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/includes/mcp/mcp_post.php b/phpBB/includes/mcp/mcp_post.php index 8bfee8508f..2dcfcd608b 100644 --- a/phpBB/includes/mcp/mcp_post.php +++ b/phpBB/includes/mcp/mcp_post.php @@ -555,7 +555,8 @@ function change_poster(&$post_info, $userdata) * @event core.mcp_change_poster_after * @var array userdata Information on a post's new poster * @var array post_info Information on the affected post - * @since 3.1.7-RC1 + * @since 3.1.6-RC1 + * @changed 3.1.7-RC1 Change location to prevent post_info from being set to the new post information */ $vars = array('userdata', 'post_info'); extract($phpbb_dispatcher->trigger_event('core.mcp_change_poster_after', compact($vars)));