diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-14 07:00:01 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-14 07:00:01 +0000 |
commit | fbbcb9afa1fd0889213631e0165a53f3e87757a6 (patch) | |
tree | f1482cee986c311193a1039c62cf85f2a7e6b4e2 /engine | |
parent | 6b5a236144c5ef7d9b4ed552dad3059cce33e58b (diff) | |
download | elgg-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')
-rw-r--r-- | engine/classes/ElggEntity.php | 2 |
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; } |