aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-09-25 18:00:21 -0700
committerfriendica <info@friendica.com>2012-09-25 18:00:21 -0700
commit85f9d89a89c25c7a5bb2dd948931e36af5ac0d4c (patch)
treeb690a37e2e8c51ff85e012ef35182f37d16c7e8b /mod/home.php
parentfbafd92f7f7b96b215b98f30de9a1ccbdb3479be (diff)
downloadvolse-hubzilla-85f9d89a89c25c7a5bb2dd948931e36af5ac0d4c.tar.gz
volse-hubzilla-85f9d89a89c25c7a5bb2dd948931e36af5ac0d4c.tar.bz2
volse-hubzilla-85f9d89a89c25c7a5bb2dd948931e36af5ac0d4c.zip
fix all the little typos from that huge change
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/home.php b/mod/home.php
index a49ce567e..4d6530f71 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -8,7 +8,7 @@ function home_init(&$a) {
$channel = $a->get_channel();
- if(local_user() && $channel && $channel['channel_address']))
+ if(local_user() && $channel && $channel['channel_address'])
goaway( $a->get_baseurl() . '/profile/' . $channel['channel_address']);
}}