diff options
Diffstat (limited to 'phpBB/phpbb')
-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. * |