diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2023-08-02 15:25:25 +0200 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2023-08-02 15:25:25 +0200 |
| commit | 39ea4e180e305f4ce5cdd0110fa610d74cbd1cf6 (patch) | |
| tree | f6a5f09285a79d3494ce3cda9690dcad2fcc0b85 /lib/filesystem/FileArchiveManager.class.php | |
| parent | 71194736c5989805257db7966c83863dc69db08c (diff) | |
fixed errorsbiest-02988
Diffstat (limited to 'lib/filesystem/FileArchiveManager.class.php')
| -rw-r--r-- | lib/filesystem/FileArchiveManager.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/filesystem/FileArchiveManager.class.php b/lib/filesystem/FileArchiveManager.class.php index f18bea0..498bb58 100644 --- a/lib/filesystem/FileArchiveManager.class.php +++ b/lib/filesystem/FileArchiveManager.class.php @@ -858,7 +858,6 @@ class FileArchiveManager $file_dir = pathinfo($studip_file->getPath(), PATHINFO_DIRNAME); $file_path = $file_dir . '/' . $studip_file->id; - var_dump($file_dir); // Create the directory for the file, if necessary: if (!is_dir($file_dir)) { mkdir($file_dir); |
