1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +02:00

[ticket/12273] Fix invalid @event and @since tags

PHPBB3-12273
This commit is contained in:
Joas Schilling
2014-04-17 15:06:24 +02:00
parent 9ba9a024d6
commit 7b53210926
3 changed files with 3 additions and 3 deletions

View File

@@ -1588,7 +1588,7 @@ function submit_pm($mode, $subject, &$data, $put_in_outbox = true)
/**
* Get all parts of the PM that are to be submited to the DB.
*
* @event core.submit_pm_before
* @event core.submit_pm_before
* @var string mode PM Post mode - post|reply|quote|quotepost|forward|edit
* @var string subject Subject of the private message
* @var array data The whole row data of the PM.