Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 606e7e25

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

Konfigurationsort für viele Flags ist Abschnitt 'features', nicht 'system'

Hoffentlich Fix für Bug 1624.

Unterschiede anzeigen:

SL/Common.pm
336 336
  my ($form) = @_;
337 337

  
338 338
  return $main::lxdebug->leave_sub()
339
    unless ($::lx_office_conf{system}->{webdav} && $form->{id});
339
    unless ($::lx_office_conf{features}->{webdav} && $form->{id});
340 340

  
341 341
  my ($path, $number);
342 342

  

Auch abrufbar als: Unified diff