aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.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/objects.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/objects.php')
-rw-r--r--engine/lib/objects.php1
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;