[freeside-commits] branch FREESIDE_4_BRANCH updated. ae72b17b3bea122afd5058577dce7d3237b9561a

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


The branch, FREESIDE_4_BRANCH has been updated
       via  ae72b17b3bea122afd5058577dce7d3237b9561a (commit)
      from  8fa3c92544cc617ea696dee9dfdce3f9ed6b2c99 (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 ae72b17b3bea122afd5058577dce7d3237b9561a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Aug 29 05:05:10 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