diff --git a/SeedDMS_Core/Core/inc.FileUtils.php b/SeedDMS_Core/Core/inc.FileUtils.php index 058e06701..a1b8102c5 100644 --- a/SeedDMS_Core/Core/inc.FileUtils.php +++ b/SeedDMS_Core/Core/inc.FileUtils.php @@ -449,7 +449,7 @@ class SeedDMS_Core_File { continue; else if (is_dir($path . DIRECTORY_SEPARATOR . $entry)) { - if (!self::removeDir($path . DIRECTORY_SEPARATOR . $entry . "/")) + if (!self::removeDir($path . DIRECTORY_SEPARATOR . $entry )) return false; } else