Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2872818f

Von Tamino Steinert vor 8 Monaten hinzugefügt

  • ID 2872818f83900fe8a30f8092da425186cd7e6e9a
  • Vorgänger 36ab63d0
  • Nachfolger 4412b603

FileVersion: Migration: Basisordner für Webdav angepasst

Unterschiede anzeigen:

sql/Pg-upgrade2/add_file_version.pl
7 7
use utf8;
8 8

  
9 9
use SL::DB::File;
10
use SL::File::Backend::Webdav;
10 11

  
11 12
use SL::System::Process;
12 13

  
......
26 27

  
27 28
      my $doc_path;
28 29
      if ($backend eq 'Webdav') {
29
        $doc_path = SL::System::Process::exe_dir() . '/webdav';
30
        $doc_path = SL::File::Backend::Webdav::get_rootdir();
30 31
      } elsif ($backend eq 'Filesystem') {
31 32
        $doc_path = $::lx_office_conf{paths}->{document_path};
32 33
      } else {

Auch abrufbar als: Unified diff