aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_front.php
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2015-05-06 22:55:30 +0100
committerbrunoais <brunoaiss@gmail.com>2015-05-06 22:55:30 +0100
commit70cbe671051820f41a28023e320546665e2272ba (patch)
treef1545276981b7b17d5f7054476708a50ebfc25f8 /phpBB/includes/mcp/mcp_front.php
parent21cc1fda8562dcb20f0d850da232d69281d6df51 (diff)
downloadforums-70cbe671051820f41a28023e320546665e2272ba.tar
forums-70cbe671051820f41a28023e320546665e2272ba.tar.gz
forums-70cbe671051820f41a28023e320546665e2272ba.tar.bz2
forums-70cbe671051820f41a28023e320546665e2272ba.tar.xz
forums-70cbe671051820f41a28023e320546665e2272ba.zip
[ticket/13664] BUMP version to 3.1.5-dev
PHPBB3-13664
Diffstat (limited to 'phpBB/includes/mcp/mcp_front.php')
-rw-r--r--phpBB/includes/mcp/mcp_front.php2
1 files changed, 1 insertions, 1 deletions
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)));