summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-12-15 16:31:11 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-12-15 16:31:11 +0000
commit806b49e0caf2664e77eb075904fc826778f671c1 (patch)
tree64d6086153bcca60c4827ccb0c9e2c94b4bc431b
parent2cf66bc0eed9126982f3b87a0a7f248739552ae3 (diff)
downloaddrakx-806b49e0caf2664e77eb075904fc826778f671c1.tar
drakx-806b49e0caf2664e77eb075904fc826778f671c1.tar.gz
drakx-806b49e0caf2664e77eb075904fc826778f671c1.tar.bz2
drakx-806b49e0caf2664e77eb075904fc826778f671c1.tar.xz
drakx-806b49e0caf2664e77eb075904fc826778f671c1.zip
(acceptLicense) load the needed modules
-rw-r--r--perl-install/any.pm1
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($_);