Skip to content

Commit 31e8b95

Browse files
committed
typofix
1 parent 8049670 commit 31e8b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WAC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private function getUserGrants($resourcePath, $webId) {
152152
$grants = $this->getPublicGrants($resourcePath);
153153

154154
// Then get grants that are valid for any authenticated agent;
155-
$authenticatedAgent = "http://www.w3.org/ns/auth/aclAuthenticatedAgent";
155+
$authenticatedAgent = "http://www.w3.org/ns/auth/acl#AuthenticatedAgent";
156156
$matching = $graph->resourcesMatching('http://www.w3.org/ns/auth/acl#agentClass');
157157
foreach ($matching as $match) {
158158
$agentClass = $match->get("<http://www.w3.org/ns/auth/acl#agentClass>");

0 commit comments

Comments
 (0)