diff --git a/src/WAC.php b/src/WAC.php index fc659e8..6a65d43 100644 --- a/src/WAC.php +++ b/src/WAC.php @@ -380,6 +380,10 @@ public function getRequestedGrants($request) { array( "type" => "resource", "grants" => array('http://www.w3.org/ns/auth/acl#Write') + ), + array( + "type" => "parent", + "grants" => array('http://www.w3.org/ns/auth/acl#Write') ) ); break;