mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/12690] Find a space
Lost a spce there ... found it ... PHPBB3-12690
This commit is contained in:
@@ -1918,7 +1918,7 @@ function submit_pm($mode, $subject, &$data, $put_in_outbox = true)
|
|||||||
*/
|
*/
|
||||||
$vars = array('mode', 'subject', 'data', 'pm_data');
|
$vars = array('mode', 'subject', 'data', 'pm_data');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.submit_pm_after', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.submit_pm_after', compact($vars)));
|
||||||
|
|
||||||
return $data['msg_id'];
|
return $data['msg_id'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user