Lizenzen sind im Config-Abschnitt "features", nicht "system"
authorSven Donath <lxo@dexo.de>
Sat, 19 Feb 2011 02:02:29 +0000 (03:02 +0100)
committerSven Donath <lxo@dexo.de>
Sat, 19 Feb 2011 02:02:29 +0000 (03:02 +0100)
bin/mozilla/licenses.pl

index 5aee28b..fb065f2 100644 (file)
@@ -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.')