mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12690] Find a space
Lost a spce there ... found it ... PHPBB3-12690
This commit is contained in:
parent
85b37a5f4d
commit
2ee8b738e5
1 changed files with 1 additions and 1 deletions
|
@ -1918,7 +1918,7 @@ function submit_pm($mode, $subject, &$data, $put_in_outbox = true)
|
|||
*/
|
||||
$vars = array('mode', 'subject', 'data', 'pm_data');
|
||||
extract($phpbb_dispatcher->trigger_event('core.submit_pm_after', compact($vars)));
|
||||
|
||||
|
||||
return $data['msg_id'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue