Skip to content

Commit 68d74be

Browse files
committed
restore write to parent requirement for delete
1 parent 683bb2b commit 68d74be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/WAC.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@ public function getRequestedGrants($request) {
394394
array(
395395
"type" => "resource",
396396
"grants" => array('http://www.w3.org/ns/auth/acl#Write')
397+
),
398+
array(
399+
"type" => "parent",
400+
"grants" => array('http://www.w3.org/ns/auth/acl#Write')
397401
)
398402
);
399403
break;

0 commit comments

Comments
 (0)