mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-09 00:55:23 +02:00
[ticket/13660] Fix @since version.
PHPBB3-13660
This commit is contained in:
parent
8b23272c33
commit
94da39cd88
@ -164,7 +164,7 @@ function mcp_front_view($id, $mode, $action)
|
|||||||
* @event core.mcp_front_reports_count_query_before
|
* @event core.mcp_front_reports_count_query_before
|
||||||
* @var int sql The query string used to get the number of reports that exist
|
* @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
|
* @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');
|
$vars = array('sql', 'forum_list');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.mcp_front_reports_count_query_before', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.mcp_front_reports_count_query_before', compact($vars)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user