aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-16 15:05:55 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-16 15:05:55 +0000
commit62afaa85ece1ce8859593cc2cdc957a26b309436 (patch)
tree4f18cf593f110e9b8f48a8c8db86b7f0089f294d /engine/lib/entities.php
parentdc62de56463104f553b51174c6266ccadcf260b3 (diff)
downloadelgg-62afaa85ece1ce8859593cc2cdc957a26b309436.tar.gz
elgg-62afaa85ece1ce8859593cc2cdc957a26b309436.tar.bz2
ElggEntity->getOwnerUser() -> ElggEntity->getOwnerEntity()
git-svn-id: https://code.elgg.org/elgg/trunk@477 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 2752b4a08..da32d134e 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -287,7 +287,7 @@
*
* @return ElggEntity The owning user
*/
- public function getOwnerUser() { return get_entity($this->get('owner_guid')); }
+ public function getOwnerEntity() { return get_entity($this->get('owner_guid')); }
/**
* Enter description here...