From: ewinslow Date: Sun, 14 Nov 2010 07:00:01 +0000 (+0000) Subject: No comment... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fbbcb9afa1fd0889213631e0165a53f3e87757a6;p=lorea%2Felgg.git No comment... git-svn-id: http://code.elgg.org/elgg/trunk@7309 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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; }