aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-05-30 19:19:25 -0400
committercash <cash.costello@gmail.com>2013-05-30 19:19:25 -0400
commit4f783d420e2a74816265cb657f0c4961c8f2117f (patch)
tree68e736ddb017fc7d73f8f843a8abf4978b5cb034 /engine/lib/elgglib.php
parent2151c77194a2ac0a8bb85a7c5800d8af81452d62 (diff)
downloadelgg-4f783d420e2a74816265cb657f0c4961c8f2117f.tar.gz
elgg-4f783d420e2a74816265cb657f0c4961c8f2117f.tar.bz2
Refs #5565 adds documentation on ACCESS_DEFAULT
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r--engine/lib/elgglib.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php
index fb652a141..b5ef7e572 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -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);