diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index d66abcaef..04c176464 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -714,6 +714,7 @@ sub autologin { sub acceptLicense { my ($o) = @_; + require install_messages; $o->{release_notes} = join("\n\n", map { my $f = install_any::getFile($_); |