[freeside-commits] branch FREESIDE_4_BRANCH updated. f8b24f482b7e48ac731115b877fbbdc49aa54c76

Jonathan Prykop jonathan at 420.am
Tue Jan 5 14:41:14 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  f8b24f482b7e48ac731115b877fbbdc49aa54c76 (commit)
      from  b3d694a31fe4ba77c987bbc84a02ba8b277a37f2 (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 f8b24f482b7e48ac731115b877fbbdc49aa54c76
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Tue Jan 5 16:31:06 2016 -0600

    RT#39669: Version 4 installation freeside-setup error

diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm
index 978d713..1dd48cc 100644
--- a/FS/FS/msg_template.pm
+++ b/FS/FS/msg_template.pm
@@ -845,7 +845,7 @@ sub _populate_initial_data { #class method
     die $error if $error;
 
     $conf->set( $hash->{_conf}, $msg_template->msgnum ) if $hash->{_conf};
-    FS::upgrade_journal->set_done( $hash->{_upgrade_journal} );
+    FS::upgrade_journal->set_done( $hash->{_upgrade_journal} ) if $hash->{_upgrade_journal};
   
   }
 

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

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




More information about the freeside-commits mailing list