Merge pull request #1715 from owncloud/fixing-1640-master

changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME
This commit is contained in:
Thomas Müller 2013-02-15 03:58:05 -08:00
commit 2ce398c68e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ define('OC_USER_BACKEND_SET_PASSWORD', 0x000010);
define('OC_USER_BACKEND_CHECK_PASSWORD', 0x000100);
define('OC_USER_BACKEND_GET_HOME', 0x001000);
define('OC_USER_BACKEND_GET_DISPLAYNAME', 0x010000);
define('OC_USER_BACKEND_SET_DISPLAYNAME', 0x010000);
define('OC_USER_BACKEND_SET_DISPLAYNAME', 0x100000);
/**