aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r--engine/lib/objects.php11
1 files changed, 1 insertions, 10 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php
index 82b8aa596..0a8dffc65 100644
--- a/engine/lib/objects.php
+++ b/engine/lib/objects.php
@@ -129,16 +129,7 @@
return delete_object_entity($guid);
}
-
- /**
- * Get the object's owner
- *
- * @return ElggUser The owner user
- */
- function getOwner() {
- return new ElggUser($this->owner_guid);
- }
-
+
/**
* Get sites that this object is a member of
*