1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-24 12:08:02 +02:00

[ticket/13660] BUMP version to 3.1.5-RC1

PHPBB3-13660
This commit is contained in:
brunoais
2015-05-06 23:08:07 +01:00
parent 94da39cd88
commit 603726371c

View File

@ -164,7 +164,7 @@ function mcp_front_view($id, $mode, $action)
* @event core.mcp_front_reports_count_query_before
* @var int sql The query string used to get the number of reports that exist
* @var array forum_list List of forums that contain the posts
* @since 3.1.4-RC1
* @since 3.1.5-RC1
*/
$vars = array('sql', 'forum_list');
extract($phpbb_dispatcher->trigger_event('core.mcp_front_reports_count_query_before', compact($vars)));