Fehler beim Löschen von Ordnern behoben

This commit is contained in:
Matthias Grief
2025-01-01 17:47:50 +01:00
parent 9f58a55bc0
commit 0f0cdaacc1

View File

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