Skip to content

Commit 1239868

Browse files
author
Mathieu Moriceau
committed
Fix issue with ACL & role.
1 parent 377fb49 commit 1239868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parse/ParseACL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public function getRoleWriteAccess($role)
493493
public function setRoleWriteAccess($role, $allowed)
494494
{
495495
$this->validateRoleState($role);
496-
$this->setWriteAccessWithName($role->getName(), $allowed);
496+
$this->setRoleWriteAccessWithName($role->getName(), $allowed);
497497
}
498498

499499
/**

0 commit comments

Comments
 (0)