diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-01-05 16:31:06 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-01-05 16:34:39 -0600 |
| commit | f8b24f482b7e48ac731115b877fbbdc49aa54c76 (patch) | |
| tree | 0dfef22c6edf0bb30a5393852af4fca6ad183acc | |
| parent | b3d694a31fe4ba77c987bbc84a02ba8b277a37f2 (diff) | |
RT#39669: Version 4 installation freeside-setup error
| -rw-r--r-- | FS/FS/msg_template.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm index 978d71394..1dd48cc1a 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}; } |
