Fehler beim Löschen von Ordnern behoben

This commit is contained in:
Matthias Grief
2025-01-01 17:47:50 +01:00
parent 09867919ee
commit 41a186f3c9

View File

@@ -112,7 +112,7 @@ class Util
self::delete($path . "/" . $entry);
}
rmdir($path);
}
return true;