From 49a1896a76f205b30f7daf41056dca445eecb1d7 Mon Sep 17 00:00:00 2001 From: PayBas Date: Thu, 29 May 2014 13:09:47 +0200 Subject: [PATCH] [ticket/12608] Clean up whitespace PHPBB3-12608 --- phpBB/phpbb/notification/type/base.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(),