[freeside-commits] branch FREESIDE_3_BRANCH updated. efeb24eb94eb8b32566ff9bbe5f69518d1e90631

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


The branch, FREESIDE_3_BRANCH has been updated
       via  efeb24eb94eb8b32566ff9bbe5f69518d1e90631 (commit)
      from  032710ef2b662f6342abfde5b89d4056ab362e82 (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 efeb24eb94eb8b32566ff9bbe5f69518d1e90631
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