Skip to content

Commit 8814b3e

Browse files
committed
remove parent write requirement
1 parent 5f2603e commit 8814b3e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/WAC.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,6 @@ 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')
401397
)
402398
);
403399
break;

0 commit comments

Comments
 (0)