mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/12273] Fix invalid @event and @since tags
PHPBB3-12273
This commit is contained in:
@@ -409,7 +409,7 @@ class p_master
|
||||
* @var string module_auth The module_auth of the current
|
||||
* module
|
||||
* @var int forum_id The current forum_id
|
||||
* @since 3.1-A3
|
||||
* @since 3.1.0-a3
|
||||
*/
|
||||
$vars = array('valid_tokens', 'module_auth', 'forum_id');
|
||||
extract($phpbb_dispatcher->trigger_event('core.module_auth', compact($vars)));
|
||||
|
Reference in New Issue
Block a user