mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 3 additions and 5 deletions
|
@ -589,12 +589,10 @@ switch ($mode)
|
|||
* enabled?
|
||||
* @var bool foes_enabled Is the ucp foes module
|
||||
* enabled?
|
||||
* @since 3.1-A1
|
||||
*
|
||||
* @var bool friend Is the user friend?
|
||||
*
|
||||
* @var bool foe Is the user foe?
|
||||
* @since 3.1-A4
|
||||
* @since 3.1-A1
|
||||
* @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…
Add table
Reference in a new issue