diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-01-08 19:41:10 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-01-08 19:41:10 +0100 |
commit | 4585b4ea3f1fd21aabc167102e74a382dfa0cbd8 (patch) | |
tree | f27e4b9bb7ee718c870ec9f30d9b9a302402343c /lib | |
parent | d7cb5ab080e2b3abe804ffe974ebb65398914943 (diff) | |
download | nextcloud-server-4585b4ea3f1fd21aabc167102e74a382dfa0cbd8.tar.gz nextcloud-server-4585b4ea3f1fd21aabc167102e74a382dfa0cbd8.zip |
Infowarning about 32bit
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/user/backend.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/user/backend.php b/lib/private/user/backend.php index 6969ce4ba34..f4e5618e04a 100644 --- a/lib/private/user/backend.php +++ b/lib/private/user/backend.php @@ -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 |