From fbbcb9afa1fd0889213631e0165a53f3e87757a6 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sun, 14 Nov 2010 07:00:01 +0000 Subject: No comment... git-svn-id: http://code.elgg.org/elgg/trunk@7309 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/classes/ElggEntity.php') 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; } -- cgit v1.2.3