From 70cbe671051820f41a28023e320546665e2272ba Mon Sep 17 00:00:00 2001 From: brunoais Date: Wed, 6 May 2015 22:55:30 +0100 Subject: [PATCH] [ticket/13664] BUMP version to 3.1.5-dev PHPBB3-13664 --- phpBB/includes/mcp/mcp_front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/mcp/mcp_front.php b/phpBB/includes/mcp/mcp_front.php index 4278511c01..9316961d52 100644 --- a/phpBB/includes/mcp/mcp_front.php +++ b/phpBB/includes/mcp/mcp_front.php @@ -56,7 +56,7 @@ function mcp_front_view($id, $mode, $action) * @event core.mcp_front_queue_unapproved_total_before * @var int sql_ary Query to get the total number of unapproved posts * @var array forum_list List of forums to look for unapproved posts - * @since 3.1.4-RC1 + * @since 3.1.5-RC1 */ $vars = array('sql_ary', 'forum_list'); extract($phpbb_dispatcher->trigger_event('core.mcp_front_queue_unapproved_total_before', compact($vars)));