changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME

This commit is contained in:
Thomas Mueller 2013-02-15 12:24:49 +01:00
parent 6cee4c43ad
commit 297c50db18
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);
/**