keep the constant to not provoke PHP warnings

remotes/origin/stable6
Arthur Schiwon 13 years ago
parent 72b90816fa
commit fcffccf018
  1. 3
      lib/private/group/backend.php

@ -33,8 +33,7 @@ define('OC_GROUP_BACKEND_CREATE_GROUP', 0x00000001);
define('OC_GROUP_BACKEND_DELETE_GROUP', 0x00000010);
define('OC_GROUP_BACKEND_ADD_TO_GROUP', 0x00000100);
define('OC_GROUP_BACKEND_REMOVE_FROM_GOUP', 0x00001000);
// deprecated, do not use 0x00010000 for new features though.
// define('OC_GROUP_BACKEND_GET_DISPLAYNAME', 0x00010000);
define('OC_GROUP_BACKEND_GET_DISPLAYNAME', 0x00010000); //OBSOLETE
/**
* Abstract base class for user management

Loading…
Cancel
Save