From 5b32019ad6b19859f18fb263cb8034da18f15364 Mon Sep 17 00:00:00 2001 From: rxu Date: Sat, 1 Oct 2016 02:59:17 +0700 Subject: [ticket/14799] Remove accidentally added whitespaces into 3.2.x and master PHPBB3-14799 --- phpBB/phpbb/notification/manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/notification') 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)); } -- cgit v1.2.1