1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-30 04:38:21 +02:00

[ticket/12690] Find a space

Lost a spce there ... found it ...

PHPBB3-12690
This commit is contained in:
Stanislav Atanasov 2014-06-22 23:22:15 +03:00
parent 85b37a5f4d
commit 2ee8b738e5

View File

@ -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'];
}