aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-12-10 15:35:22 -0500
committerBrett Profitt <brett.profitt@gmail.com>2012-12-10 15:35:22 -0500
commit4c517db146cb1c59c8a54d9e87b9e5a4ae17987e (patch)
treea6f595a26fb9a48c042c67ec9b7709b8b1ae5128 /engine/lib/objects.php
parent93e83fd9a7016e0b37ced978434c258dd69e6954 (diff)
parent3a47b126b392afe4eaab58ffa869d104cbd779ec (diff)
downloadelgg-4c517db146cb1c59c8a54d9e87b9e5a4ae17987e.tar.gz
elgg-4c517db146cb1c59c8a54d9e87b9e5a4ae17987e.tar.bz2
Merge branch '1.8' of github.com:Elgg/Elgg into 1.8
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;