X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/554034c0587282b99d58cf42758b2f836367f2eb..f737afd4e4732794175ad8c381850fa78959e482:/bin/mozilla/installationcheck.pl diff --git a/bin/mozilla/installationcheck.pl b/bin/mozilla/installationcheck.pl index 4741443df..f52cc521d 100644 --- a/bin/mozilla/installationcheck.pl +++ b/bin/mozilla/installationcheck.pl @@ -17,21 +17,21 @@ sub verify_installation { use SL::Locale; - my $locale = new Locale($::lx_office_conf{system}->{language}, "installationcheck"); + my $locale = Locale->new($::lx_office_conf{system}->{language}, "installationcheck"); print(qq|content-type: text/html + title="kivitendo stylesheet"> | . $locale->text("One or more Perl modules missing") . qq|

| . $locale->text("One or more Perl modules missing") . qq|

-

| . $locale->text("At least one Perl module that Lx-Office ERP " . +

| . $locale->text("At least one Perl module that kivitendo ERP " . "requires for running is not installed on your " . "system.") . " " . @@ -87,7 +87,7 @@ sub verify_installation { |); - ::end_of_request(); + $::dispatcher->end_request; } 1;