diff options
author | rxu <rxu@mail.ru> | 2016-10-01 02:59:17 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2016-10-01 02:59:17 +0700 |
commit | 5b32019ad6b19859f18fb263cb8034da18f15364 (patch) | |
tree | ee57f8cd481093bdda6eb788158505ecf966c367 /phpBB/phpbb/notification | |
parent | 737ef92a1e1c702b29d4f6be82c367aed487231c (diff) | |
download | forums-5b32019ad6b19859f18fb263cb8034da18f15364.tar forums-5b32019ad6b19859f18fb263cb8034da18f15364.tar.gz forums-5b32019ad6b19859f18fb263cb8034da18f15364.tar.bz2 forums-5b32019ad6b19859f18fb263cb8034da18f15364.tar.xz forums-5b32019ad6b19859f18fb263cb8034da18f15364.zip |
[ticket/14799] Remove accidentally added whitespaces into 3.2.x and master
PHPBB3-14799
Diffstat (limited to 'phpBB/phpbb/notification')
-rw-r--r-- | phpBB/phpbb/notification/manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/manager.php b/phpBB/phpbb/notification/manager.php index 8ec5ec4b32..6923d96392 100644 --- a/phpBB/phpbb/notification/manager.php +++ b/phpBB/phpbb/notification/manager.php @@ -922,7 +922,7 @@ class manager if (!isset($this->notification_types[$notification_type_name]) && !isset($this->notification_types['notification.type.' . $notification_type_name])) { $this->db->sql_transaction('rollback'); - + throw new \phpbb\notification\exception('NOTIFICATION_TYPE_NOT_EXIST', array($notification_type_name)); } |