diff options
author | brunoais <brunoaiss@gmail.com> | 2015-03-10 15:42:07 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-03-10 15:42:07 +0000 |
commit | 94da39cd883cc83102551cc4ed71ac385db85ba7 (patch) | |
tree | 0068af1a023b3f6be79e2cb7fbde549d3d125c68 /phpBB/includes/mcp/mcp_front.php | |
parent | 8b23272c3363fa7bd83f4e6831929b4336ecf55b (diff) | |
download | forums-94da39cd883cc83102551cc4ed71ac385db85ba7.tar forums-94da39cd883cc83102551cc4ed71ac385db85ba7.tar.gz forums-94da39cd883cc83102551cc4ed71ac385db85ba7.tar.bz2 forums-94da39cd883cc83102551cc4ed71ac385db85ba7.tar.xz forums-94da39cd883cc83102551cc4ed71ac385db85ba7.zip |
[ticket/13660] Fix @since version.
PHPBB3-13660
Diffstat (limited to 'phpBB/includes/mcp/mcp_front.php')
-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 145ac16ff4..8697223a54 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.0-RC3 + * @since 3.1.4-RC1 */ $vars = array('sql', 'forum_list'); extract($phpbb_dispatcher->trigger_event('core.mcp_front_reports_count_query_before', compact($vars))); |