summaryrefslogtreecommitdiff
path: root/FS/FS/msg_template.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-01-05 16:31:06 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-01-05 16:34:39 -0600
commitf8b24f482b7e48ac731115b877fbbdc49aa54c76 (patch)
tree0dfef22c6edf0bb30a5393852af4fca6ad183acc /FS/FS/msg_template.pm
parentb3d694a31fe4ba77c987bbc84a02ba8b277a37f2 (diff)
RT#39669: Version 4 installation freeside-setup error
Diffstat (limited to 'FS/FS/msg_template.pm')
-rw-r--r--FS/FS/msg_template.pm2
1 files changed, 1 insertions, 1 deletions
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};
}