From af5a3262be89a58dfd3fba0a4f2a24bc7977bd5f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 25 Jul 2014 09:12:12 +0200 Subject: [PATCH] Revert backslash removal in front of namespace-less use statement --- modules/monitoring/application/controllers/ConfigController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/controllers/ConfigController.php b/modules/monitoring/application/controllers/ConfigController.php index a6b3ab6d4..9e74943f3 100644 --- a/modules/monitoring/application/controllers/ConfigController.php +++ b/modules/monitoring/application/controllers/ConfigController.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -use Exception; +use \Exception; use Icinga\Config\PreservingIniWriter; use Icinga\Web\Controller\ModuleActionController; use Icinga\Web\Notification;