diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-03-31 21:59:05 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2019-04-01 20:28:53 +0200 |
commit | 83774be7a7d505d8df921936e57fe6ccc57555c2 (patch) | |
tree | 6e3029bfeaff3b4035cbefa4b09a8c2f8c07fd57 /phpBB/phpbb/message | |
parent | 8c29ef31886d6884ee3b4858476ae5ee1eb19a17 (diff) | |
download | forums-83774be7a7d505d8df921936e57fe6ccc57555c2.tar forums-83774be7a7d505d8df921936e57fe6ccc57555c2.tar.gz forums-83774be7a7d505d8df921936e57fe6ccc57555c2.tar.bz2 forums-83774be7a7d505d8df921936e57fe6ccc57555c2.tar.xz forums-83774be7a7d505d8df921936e57fe6ccc57555c2.zip |
[ticket/15970] Add empty line before event docblock
PHPBB3-15970
Diffstat (limited to 'phpBB/phpbb/message')
-rw-r--r-- | phpBB/phpbb/message/admin_form.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/message/admin_form.php b/phpBB/phpbb/message/admin_form.php index 5e772e523d..ae1c1d8614 100644 --- a/phpBB/phpbb/message/admin_form.php +++ b/phpBB/phpbb/message/admin_form.php @@ -99,6 +99,7 @@ class admin_form extends form $subject = $this->subject; $body = $this->body; $errors = $this->errors; + /** * You can use this event to modify subject and/or body and add new errors. * |