mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 15:31:42 +02:00
[feature/events] Removing the third trigger_event parameter
PHPBB3-9550
This commit is contained in:
committed by
Joas Schilling
parent
8da33e2654
commit
3f1b4e83ae
@@ -269,7 +269,7 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row)
|
||||
);
|
||||
|
||||
$vars = array('id', 'mode', 'folder_id', 'msg_id', 'folder', 'message_row', 'cp_row');
|
||||
extract($phpbb_dispatcher->trigger_event('core.ucp_pm_viewmesssage', compact($vars), $vars));
|
||||
extract($phpbb_dispatcher->trigger_event('core.ucp_pm_viewmesssage', compact($vars)));
|
||||
|
||||
// Display the custom profile fields
|
||||
if (!empty($cp_row['row']))
|
||||
|
Reference in New Issue
Block a user