mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Adding missing prefix for ACL-Keys
This commit is contained in:
parent
3804c61491
commit
c9fc8e1ce6
@ -138,6 +138,6 @@ public function getUsers() {
|
|||||||
public function canEnter() {
|
public function canEnter() {
|
||||||
$ph = \wcf\system\chat\permission\ChatPermissionHandler::getInstance();
|
$ph = \wcf\system\chat\permission\ChatPermissionHandler::getInstance();
|
||||||
|
|
||||||
return $ph->getPermission($this, 'canEnter') || $ph->getPermission($this, 'canAlwaysEnter');
|
return $ph->getPermission($this, 'user.canEnter') || $ph->getPermission($this, 'mod.canAlwaysEnter');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user