We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3ebc1 commit 87ece6bCopy full SHA for 87ece6b
1 file changed
src/WAC.php
@@ -186,7 +186,8 @@ private function getUserGrants($resourceUri, $webId) {
186
187
// error_log("GET GRANTS for $webId");
188
189
- $grants = array();
+ $grants = $this->getPublicGrants($resourceUri);
190
+
191
// Then get grants that are valid for any authenticated agent;
192
$authenticatedAgent = "http://www.w3.org/ns/auth/acl#AuthenticatedAgent";
193
$matching = $graph->resourcesMatching('http://www.w3.org/ns/auth/acl#agentClass');
0 commit comments