aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}