1
0
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:
Andreas Böhler 2014-08-24 18:36:21 +02:00
parent 5c4ef2dad5
commit ddc166e662

View File

@ -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() {