[freeside-commits] branch FREESIDE_4_BRANCH updated. e4c9c3ef46e45439bea0220fc9901c5318761e37

Mark Wells mark at 420.am
Mon Mar 21 16:35:55 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  e4c9c3ef46e45439bea0220fc9901c5318761e37 (commit)
      from  fcfe04d67690621ef777378f5ed58cd3729bae53 (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 e4c9c3ef46e45439bea0220fc9901c5318761e37
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Mar 21 16:34:39 2016 -0700

    fix host parameter in non-test mode, #39914

diff --git a/FS/FS/part_export/bandwidth_com.pm b/FS/FS/part_export/bandwidth_com.pm
index 7bb26e0..6c69fe3 100644
--- a/FS/FS/part_export/bandwidth_com.pm
+++ b/FS/FS/part_export/bandwidth_com.pm
@@ -427,6 +427,7 @@ sub host {
   $self->{_host} ||= do {
     my $host = 'dashboard.bandwidth.com';
     $host = "test.$host" if $self->option('test');
+    $host;
   };
 }
 

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

Summary of changes:
 FS/FS/part_export/bandwidth_com.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list