diff options
author | PayBas <contact@paybas.com> | 2014-05-29 13:09:47 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-15 10:02:10 +0200 |
commit | 49a1896a76f205b30f7daf41056dca445eecb1d7 (patch) | |
tree | 8d92bbe29cdd9d00838d464c11cfc1b1585995af /phpBB/phpbb/notification | |
parent | 693cbd247cc1d3768d56795da4a580780e6b899c (diff) | |
download | forums-49a1896a76f205b30f7daf41056dca445eecb1d7.tar forums-49a1896a76f205b30f7daf41056dca445eecb1d7.tar.gz forums-49a1896a76f205b30f7daf41056dca445eecb1d7.tar.bz2 forums-49a1896a76f205b30f7daf41056dca445eecb1d7.tar.xz forums-49a1896a76f205b30f7daf41056dca445eecb1d7.zip |
[ticket/12608] Clean up whitespace
PHPBB3-12608
Diffstat (limited to 'phpBB/phpbb/notification')
-rw-r--r-- | phpBB/phpbb/notification/type/base.php | 6 |
1 files 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(), |