]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #5565 adds documentation on ACCESS_DEFAULT
authorcash <cash.costello@gmail.com>
Thu, 30 May 2013 23:19:25 +0000 (19:19 -0400)
committercash <cash.costello@gmail.com>
Thu, 30 May 2013 23:19:25 +0000 (19:19 -0400)
engine/lib/elgglib.php

index fb652a14168f48af42af1d821a9462ec0171d97a..b5ef7e572ff51d0736c1048c31f081aa0813288d 100644 (file)
@@ -2247,6 +2247,9 @@ function elgg_api_test($hook, $type, $value, $params) {
 /**#@+
  * Controls access levels on ElggEntity entities, metadata, and annotations.
  *
+ * @warning ACCESS_DEFAULT is a place holder for the input/access view. Do not
+ * use it when saving an entity.
+ * 
  * @var int
  */
 define('ACCESS_DEFAULT', -1);