From 51fa09f29ebea609f58d14506d6938c0e0ee1ab0 Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Sat, 19 Feb 2011 03:02:29 +0100 Subject: [PATCH] Lizenzen sind im Config-Abschnitt "features", nicht "system" --- bin/mozilla/licenses.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/licenses.pl b/bin/mozilla/licenses.pl index 5aee28b5d..fb065f254 100644 --- a/bin/mozilla/licenses.pl +++ b/bin/mozilla/licenses.pl @@ -325,7 +325,7 @@ sub add { $form->{title} = $locale->text('Add License'); - if (!$::lx_office_conf{system}->{lizenzen}) { + if (!$::lx_office_conf{features}->{lizenzen}) { $form->error( $locale->text( 'The licensing module has been deactivated in the configuration.') @@ -518,7 +518,7 @@ sub search { $form->{title} = $locale->text('Licenses'); - if (!$::lx_office_conf{system}->{lizenzen}) { + if (!$::lx_office_conf{features}->{lizenzen}) { $form->error( $locale->text( 'The licensing module has been deactivated in the configuration.') -- 2.20.1