[freeside-commits] branch master updated. b572042679851fe888f6c01fc2c977cda19b1f50

Ivan ivan at 420.am
Mon Aug 29 05:05:10 PDT 2016


The branch, master has been updated
       via  b572042679851fe888f6c01fc2c977cda19b1f50 (commit)
      from  3cb3c979612a0d93c3cafb6574537772f115e0dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b572042679851fe888f6c01fc2c977cda19b1f50
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Aug 29 05:05:09 2016 -0700

    quiet warning

diff --git a/FS/FS/Auth.pm b/FS/FS/Auth.pm
index 543978e..cc7aeb8 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;";

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Auth.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list