Revision 51fa09f2
Von Sven Donath vor mehr als 13 Jahren hinzugefügt
bin/mozilla/licenses.pl | ||
---|---|---|
325 | 325 |
|
326 | 326 |
$form->{title} = $locale->text('Add License'); |
327 | 327 |
|
328 |
if (!$::lx_office_conf{system}->{lizenzen}) {
|
|
328 |
if (!$::lx_office_conf{features}->{lizenzen}) {
|
|
329 | 329 |
$form->error( |
330 | 330 |
$locale->text( |
331 | 331 |
'The licensing module has been deactivated in the configuration.') |
... | ... | |
518 | 518 |
|
519 | 519 |
$form->{title} = $locale->text('Licenses'); |
520 | 520 |
|
521 |
if (!$::lx_office_conf{system}->{lizenzen}) {
|
|
521 |
if (!$::lx_office_conf{features}->{lizenzen}) {
|
|
522 | 522 |
$form->error( |
523 | 523 |
$locale->text( |
524 | 524 |
'The licensing module has been deactivated in the configuration.') |
Auch abrufbar als: Unified diff
Lizenzen sind im Config-Abschnitt "features", nicht "system"