diff --git a/phpBB/phpbb/notification/type/base.php b/phpBB/phpbb/notification/type/base.php index f5a4a9cc45..db0446f510 100644 --- a/phpBB/phpbb/notification/type/base.php +++ b/phpBB/phpbb/notification/type/base.php @@ -314,11 +314,11 @@ abstract class base implements \phpbb\notification\type\type_interface 'AVATAR' => $this->get_avatar(), 'FORMATTED_TITLE' => $this->get_title(), - + 'REFERENCE' => $this->get_reference(), - + 'FORUM' => $this->get_forum(), - + 'REASON' => $this->get_reason(), 'URL' => $this->get_url(),