1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14234] Fix change version and remove more references

PHPBB3-14234
This commit is contained in:
Marc Alexander
2015-10-12 19:26:59 +02:00
parent f3e2bd9273
commit 578ee077c1
8 changed files with 83 additions and 34 deletions

View File

@@ -1249,7 +1249,7 @@ function display_user_activity(&$userdata)
* @var array active_f_row List of active forums
* @var array active_t_row List of active posts
* @since 3.1.0-RC3
* @change 3.1.7-RC1 Replaced userdata with userdata_ary
* @change 3.2.0-a1 Replaced userdata with userdata_ary
*/
$vars = array('userdata_ary', 'active_f_row', 'active_t_row');
extract($phpbb_dispatcher->trigger_event('core.display_user_activity_modify_actives', compact($vars)));