mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 22:58:10 +01:00
[ticket/12276] Expand core.memberlist_view_profile
Expand core.memberlist_view_profile to include zebra states PHPBB3-12276
This commit is contained in:
parent
c4034ac79a
commit
2e7f66b16c
@ -589,12 +589,10 @@ switch ($mode)
|
||||
* enabled?
|
||||
* @var bool foes_enabled Is the ucp foes module
|
||||
* enabled?
|
||||
* @var bool friend Is the user friend?
|
||||
* @var bool foe Is the user foe?
|
||||
* @since 3.1-A1
|
||||
*
|
||||
* @var bool friend Is the user friend?
|
||||
*
|
||||
* @var bool foe Is the user foe?
|
||||
* @since 3.1-A4
|
||||
* @changed 3.1.0-b2 Added friend and foe status
|
||||
*/
|
||||
$vars = array('member', 'user_notes_enabled', 'warn_user_enabled', 'zebra_enabled', 'friends_enabled', 'foes_enabled', 'friend', 'foe');
|
||||
extract($phpbb_dispatcher->trigger_event('core.memberlist_view_profile', compact($vars)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user