diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-17 15:06:24 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-18 13:07:40 +0200 |
commit | 7b5321092639b0f508fe160f5a58b834247982dd (patch) | |
tree | b184f7bbd35c2bfe9f39f2e47291993371017f8b /phpBB/includes/functions_privmsgs.php | |
parent | 9ba9a024d6a72eb81d77347eb866e73556b81051 (diff) | |
download | forums-7b5321092639b0f508fe160f5a58b834247982dd.tar forums-7b5321092639b0f508fe160f5a58b834247982dd.tar.gz forums-7b5321092639b0f508fe160f5a58b834247982dd.tar.bz2 forums-7b5321092639b0f508fe160f5a58b834247982dd.tar.xz forums-7b5321092639b0f508fe160f5a58b834247982dd.zip |
[ticket/12273] Fix invalid @event and @since tags
PHPBB3-12273
Diffstat (limited to 'phpBB/includes/functions_privmsgs.php')
-rw-r--r-- | phpBB/includes/functions_privmsgs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php index 9b44984dfa..7b075fc4a1 100644 --- a/phpBB/includes/functions_privmsgs.php +++ b/phpBB/includes/functions_privmsgs.php @@ -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. |