From ddc166e6625f2f728acec6a61ec52c4607b5964b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=B6hler?= Date: Sun, 24 Aug 2014 18:36:21 +0200 Subject: [PATCH] Fix a typo --- user_sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_sql.php b/user_sql.php index 6636af5..f01ec60 100644 --- a/user_sql.php +++ b/user_sql.php @@ -75,7 +75,7 @@ class OC_USER_SQL extends OC_User_Backend implements OC_User_Interface { 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() {