fix(folder-model): resolve PHP parse error

This commit is contained in:
Ryan
2025-10-17 03:20:33 -04:00
committed by GitHub
parent b6d86b7896
commit dc1649ace3
2 changed files with 4 additions and 4 deletions

View File

@@ -62,6 +62,10 @@ Security and permission model overhaul. Tightens access controls with explicit,
- Security report acknowledged privately and will be credited in the published advisory.
### Fix
- Deleted accidental second `<?php`
---
## Changes 10/15/2025 (v1.4.0)

View File

@@ -162,11 +162,7 @@ class FolderModel
* Creates a folder under the specified parent (or in root) and creates an empty metadata file.
* Also records the creator as the owner (if a session user is available).
*/
<?php
require_once PROJECT_ROOT . '/src/lib/ACL.php';
class FolderModel
{
/**
* Create a folder on disk and register it in ACL with the creator as owner.
* @param string $folderName leaf name