We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8049670 commit 31e8b95Copy full SHA for 31e8b95
1 file changed
src/WAC.php
@@ -152,7 +152,7 @@ private function getUserGrants($resourcePath, $webId) {
152
$grants = $this->getPublicGrants($resourcePath);
153
154
// Then get grants that are valid for any authenticated agent;
155
- $authenticatedAgent = "http://www.w3.org/ns/auth/aclAuthenticatedAgent";
+ $authenticatedAgent = "http://www.w3.org/ns/auth/acl#AuthenticatedAgent";
156
$matching = $graph->resourcesMatching('http://www.w3.org/ns/auth/acl#agentClass');
157
foreach ($matching as $match) {
158
$agentClass = $match->get("<http://www.w3.org/ns/auth/acl#agentClass>");
0 commit comments