From 65a2bd41bce8fa601f6a55d0a0da5b9a00909551 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 11 Jun 2014 15:09:06 +0200 Subject: [PATCH] Autologin: Do not use absolute `use' --- library/Icinga/Authentication/Backend/AutoLoginBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Authentication/Backend/AutoLoginBackend.php b/library/Icinga/Authentication/Backend/AutoLoginBackend.php index 8cde07878..5a72f475a 100644 --- a/library/Icinga/Authentication/Backend/AutoLoginBackend.php +++ b/library/Icinga/Authentication/Backend/AutoLoginBackend.php @@ -4,9 +4,9 @@ namespace Icinga\Authentication\Backend; +use Zend_Config; use Icinga\Authentication\UserBackend; use Icinga\User; -use \Zend_Config; /** * Test login with external authentication mechanism, e.g. Apache