mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Infowarning about 32bit
This commit is contained in:
parent
d7cb5ab080
commit
4585b4ea3f
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ define('OC_USER_BACKEND_GET_DISPLAYNAME', 0x00010000);
|
|||
define('OC_USER_BACKEND_SET_DISPLAYNAME', 0x00100000);
|
||||
define('OC_USER_BACKEND_PROVIDE_AVATAR', 0x01000000);
|
||||
define('OC_USER_BACKEND_COUNT_USERS', 0x10000000);
|
||||
//more actions cannot be defined without breaking 32bit platforms!
|
||||
|
||||
/**
|
||||
* Abstract base class for user management. Provides methods for querying backend
|
||||
|
|
|
|||
Loading…
Reference in a new issue