aboutsummaryrefslogtreecommitdiff
path: root/lib/filesystem/FileArchiveManager.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filesystem/FileArchiveManager.class.php')
-rw-r--r--lib/filesystem/FileArchiveManager.class.php1
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);