]> source.dussan.org Git - nextcloud-server.git/commitdiff
Infowarning about 32bit
authorArthur Schiwon <blizzz@owncloud.com>
Wed, 8 Jan 2014 18:41:10 +0000 (19:41 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Wed, 8 Jan 2014 18:41:10 +0000 (19:41 +0100)
lib/private/user/backend.php

index 6969ce4ba3419449c3f25b36636aeabfbeaa8f2e..f4e5618e04ad11c93dff1e626596cc1fd3d900bb 100644 (file)
@@ -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