diff options
author | cash <cash.costello@gmail.com> | 2012-12-08 11:37:03 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-12-08 11:37:03 -0500 |
commit | f6cdb29d2ca93ac1a4aaafdf54fd2ed0e89291af (patch) | |
tree | 5bb7c09f3743b67e670ce9f8d22493e1832a9528 /engine/lib/objects.php | |
parent | cb3eaf08d29e759af1d80a5a5b5f200213b42764 (diff) | |
download | elgg-f6cdb29d2ca93ac1a4aaafdf54fd2ed0e89291af.tar.gz elgg-f6cdb29d2ca93ac1a4aaafdf54fd2ed0e89291af.tar.bz2 |
Fixes #4806 make the create_<subtype>_entity() functions private
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r-- | engine/lib/objects.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php index f186c66cb..e5e8f67c4 100644 --- a/engine/lib/objects.php +++ b/engine/lib/objects.php @@ -31,6 +31,7 @@ function get_object_entity_as_row($guid) { * @param string $description The object's description * * @return bool + * @access private */ function create_object_entity($guid, $title, $description) { global $CONFIG; |