From b572042679851fe888f6c01fc2c977cda19b1f50 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 29 Aug 2016 05:05:09 -0700 Subject: [PATCH] quiet warning --- FS/FS/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Auth.pm b/FS/FS/Auth.pm index 543978e8b..cc7aeb8c8 100644 --- a/FS/FS/Auth.pm +++ b/FS/FS/Auth.pm @@ -13,7 +13,7 @@ sub auth_class { #my($class) = @_; my $conf = new FS::Conf; - my $module = lc($conf->config('authentication_module')) || 'internal'; + my $module = lc($conf->config('authentication_module') || 'internal'); my $auth_class = 'FS::Auth::'.$module; eval "use $auth_class;"; -- 2.11.0