aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/users.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2012-12-08 11:37:03 -0500
committercash <cash.costello@gmail.com>2012-12-08 11:37:03 -0500
commitf6cdb29d2ca93ac1a4aaafdf54fd2ed0e89291af (patch)
tree5bb7c09f3743b67e670ce9f8d22493e1832a9528 /engine/lib/users.php
parentcb3eaf08d29e759af1d80a5a5b5f200213b42764 (diff)
downloadelgg-f6cdb29d2ca93ac1a4aaafdf54fd2ed0e89291af.tar.gz
elgg-f6cdb29d2ca93ac1a4aaafdf54fd2ed0e89291af.tar.bz2
Fixes #4806 make the create_<subtype>_entity() functions private
Diffstat (limited to 'engine/lib/users.php')
-rw-r--r--engine/lib/users.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/users.php b/engine/lib/users.php
index 527eff3cd..95ef9d176 100644
--- a/engine/lib/users.php
+++ b/engine/lib/users.php
@@ -44,6 +44,7 @@ function get_user_entity_as_row($guid) {
* @param string $code A code
*
* @return bool
+ * @access private
*/
function create_user_entity($guid, $name, $username, $password, $salt, $email, $language, $code) {
global $CONFIG;