0
0
mirror of https://github.com/nextcloud/server.git synced 2024-11-14 04:16:59 +00:00
nextcloud_server/lib/private/Profiler
Daniel Kesselberg 4ae10aa7f9
fix(profiler): clear command does not work
- The loop is supposed to delete the files first and then the directories.
- getPathInfo returns a SplFileInfo object for the parent (the folder in our case).
- A non-empty directory cannot be deleted.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-20 18:14:33 +02:00
..
FileProfilerStorage.php fix(profiler): clear command does not work 2024-09-20 18:14:33 +02:00
Profile.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Profiler.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
RoutingDataCollector.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00