Fix info.xml schema, purge empty dirs, update URLs

This commit is contained in:
kyle
2026-06-10 14:37:04 -07:00
parent 640a3f4f27
commit 3bba599133
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ class TalkService {
// Clean up empty subdirectories
foreach ($folder->getDirectoryListing() as $node) {
if ($node instanceof Folder && $node->getFolderInfo() === null) {
// Folder is empty, check if parent has content
$node->delete();
}
}