aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/Locatable.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-10-29 15:07:43 -0400
committercash <cash.costello@gmail.com>2011-10-29 15:07:43 -0400
commit4106d50727d5a56ec1442b16e182fbd9acc6b167 (patch)
tree461b4ed1050214bdd681b7368ba56d5cb5a4092e /engine/classes/Locatable.php
parent508000e9e3a49c0f659279ba916bde4a771ed777 (diff)
downloadelgg-4106d50727d5a56ec1442b16e182fbd9acc6b167.tar.gz
elgg-4106d50727d5a56ec1442b16e182fbd9acc6b167.tar.bz2
Fixes #3201 updates rss view type for core Elgg
Diffstat (limited to 'engine/classes/Locatable.php')
-rw-r--r--engine/classes/Locatable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/Locatable.php b/engine/classes/Locatable.php
index 0977dde99..7287d9798 100644
--- a/engine/classes/Locatable.php
+++ b/engine/classes/Locatable.php
@@ -13,7 +13,7 @@ interface Locatable {
* @param string $location Textual representation of location
*
* @return bool
- **/
+ */
public function setLocation($location);
/**