mirror of
https://github.com/moparisthebest/user_sql
synced 2024-11-17 23:05:02 -05:00
Fix a typo
This commit is contained in:
parent
5c4ef2dad5
commit
ddc166e662
@ -75,7 +75,7 @@ class OC_USER_SQL extends OC_User_Backend implements OC_User_Interface {
|
|||||||
|
|
||||||
public function implementsAction($actions)
|
public function implementsAction($actions)
|
||||||
{
|
{
|
||||||
return (bool)((OC_USER_BACKEND_CHECK_PASSWORD | OC_USER_BAKCNED_GET_DISPLAYNAME) & $actions);
|
return (bool)((OC_USER_BACKEND_CHECK_PASSWORD | OC_USER_BACKEND_GET_DISPLAYNAME) & $actions);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasUserListings() {
|
public function hasUserListings() {
|
||||||
|
Loading…
Reference in New Issue
Block a user