]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #4160 from annando/community
[friendica.git] / boot.php
index 8c3cd786f54dd5de79a074e143c528e77959aa0c..ba9d3bf496eec143a1e318ace39173f752eba21e 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -228,9 +228,10 @@ define('ACCOUNT_TYPE_COMMUNITY',   3);
  * Type of the community page
  * @{
  */
-define('CP_NO_COMMUNITY_PAGE',   -1);
+define('CP_NO_COMMUNITY_PAGE',  -1);
 define('CP_USERS_ON_SERVER',     0);
 define('CP_GLOBAL_COMMUNITY',    1);
+define('CP_USERS_AND_GLOBAL',    2);
 /**
  * @}
  */