]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
No comment...
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 14 Nov 2010 07:00:01 +0000 (07:00 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 14 Nov 2010 07:00:01 +0000 (07:00 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7309 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/classes/ElggEntity.php

index 4b18956f7b9d14df09106077bbcc41389d443754..693b333cb44247befac5e74be208288c2fec838a 100644 (file)
@@ -1013,7 +1013,7 @@ abstract class ElggEntity extends ElggData implements
         *
         * @return string The location
         */
-       public function gsetLocation() {
+       public function getLocation() {
                return $this->location;
        }