aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggEntity.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-14 07:00:01 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-14 07:00:01 +0000
commitfbbcb9afa1fd0889213631e0165a53f3e87757a6 (patch)
treef1482cee986c311193a1039c62cf85f2a7e6b4e2 /engine/classes/ElggEntity.php
parent6b5a236144c5ef7d9b4ed552dad3059cce33e58b (diff)
downloadelgg-fbbcb9afa1fd0889213631e0165a53f3e87757a6.tar.gz
elgg-fbbcb9afa1fd0889213631e0165a53f3e87757a6.tar.bz2
No comment...
git-svn-id: http://code.elgg.org/elgg/trunk@7309 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggEntity.php')
-rw-r--r--engine/classes/ElggEntity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php
index 4b18956f7..693b333cb 100644
--- a/engine/classes/ElggEntity.php
+++ b/engine/classes/ElggEntity.php
@@ -1013,7 +1013,7 @@ abstract class ElggEntity extends ElggData implements
*
* @return string The location
*/
- public function gsetLocation() {
+ public function getLocation() {
return $this->location;
}