diff options
author | brunoais <brunoaiss@gmail.com> | 2015-05-06 23:08:07 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-05-06 23:08:07 +0100 |
commit | 603726371c07bde9a8c34f8f98eb51d15932aac3 (patch) | |
tree | bdd064c8b01f12408f2510ba12d90a38f524f5d5 /phpBB/includes | |
parent | 94da39cd883cc83102551cc4ed71ac385db85ba7 (diff) | |
download | forums-603726371c07bde9a8c34f8f98eb51d15932aac3.tar forums-603726371c07bde9a8c34f8f98eb51d15932aac3.tar.gz forums-603726371c07bde9a8c34f8f98eb51d15932aac3.tar.bz2 forums-603726371c07bde9a8c34f8f98eb51d15932aac3.tar.xz forums-603726371c07bde9a8c34f8f98eb51d15932aac3.zip |
[ticket/13660] BUMP version to 3.1.5-RC1
PHPBB3-13660
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/mcp/mcp_front.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_front.php b/phpBB/includes/mcp/mcp_front.php index 8697223a54..65b27f6b88 100644 --- a/phpBB/includes/mcp/mcp_front.php +++ b/phpBB/includes/mcp/mcp_front.php @@ -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))); |