aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-03 04:44:52 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-03 04:44:52 +0000
commit037148770b5bc8c8682d8c992f9fbf490d608a48 (patch)
treefdc8bb40ff837638a4c66028bed6900e4c2d8cef
parent9cb00366281d1c9f85e4c7a0462802fd246ef0f5 (diff)
downloadelgg-037148770b5bc8c8682d8c992f9fbf490d608a48.tar.gz
elgg-037148770b5bc8c8682d8c992f9fbf490d608a48.tar.bz2
Refs #2050: Added missing docblock parameters
git-svn-id: http://code.elgg.org/elgg/trunk@7222 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--engine/lib/entities.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 5a5643da4..376133fec 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -439,7 +439,8 @@ function update_entity($guid, $owner_guid, $access_id, $container_guid = null) {
*
* @param int $user_guid The user guid, or 0 for get_loggedin_userid()
* @param int $container_guid The container, or 0 for the current page owner.
- * @param string $entity_type The type of entities. Defauts to 'all'
+ * @param string $type The type of entity we're looking to write
+ * @param string $subtype The subtype of the entity we're looking to write
*
* @return bool
* @link http://docs.elgg.org/DataModel/Containers