diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-09-30 21:49:22 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-09-30 21:49:22 +0100 |
commit | e362ff1f3ce4534a9bea7e82559146de10738d2a (patch) | |
tree | ee57f8cd481093bdda6eb788158505ecf966c367 | |
parent | 737ef92a1e1c702b29d4f6be82c367aed487231c (diff) | |
parent | 5b32019ad6b19859f18fb263cb8034da18f15364 (diff) | |
download | forums-e362ff1f3ce4534a9bea7e82559146de10738d2a.tar forums-e362ff1f3ce4534a9bea7e82559146de10738d2a.tar.gz forums-e362ff1f3ce4534a9bea7e82559146de10738d2a.tar.bz2 forums-e362ff1f3ce4534a9bea7e82559146de10738d2a.tar.xz forums-e362ff1f3ce4534a9bea7e82559146de10738d2a.zip |
Merge pull request #4473 from rxu/ticket/14799-1
[ticket/14799] Remove accidentally added whitespaces into 3.2.x and master
-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)); } |