1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 21:44:57 +02:00

[ticket/13664] BUMP version to 3.1.5-dev

PHPBB3-13664
This commit is contained in:
brunoais 2015-05-06 22:55:30 +01:00
parent 21cc1fda85
commit 70cbe67105

View File

@ -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)));