From: cash Date: Thu, 30 May 2013 23:19:25 +0000 (-0400) Subject: Refs #5565 adds documentation on ACCESS_DEFAULT X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4f783d420e2a74816265cb657f0c4961c8f2117f;p=lorea%2Felgg.git Refs #5565 adds documentation on ACCESS_DEFAULT --- 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);