diff options
author | friendica <info@friendica.com> | 2012-10-29 19:31:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-29 19:31:38 -0700 |
commit | 1a6415807ebf9ae859134c99eb64a90d7363747a (patch) | |
tree | 2f53cb0168079c9f195979474eed950ad7c38734 /mod/home.php | |
parent | e36ca7b41f58cf0a478f222548d419e254a201be (diff) | |
download | volse-hubzilla-1a6415807ebf9ae859134c99eb64a90d7363747a.tar.gz volse-hubzilla-1a6415807ebf9ae859134c99eb64a90d7363747a.tar.bz2 volse-hubzilla-1a6415807ebf9ae859134c99eb64a90d7363747a.zip |
more structural stuff
Diffstat (limited to 'mod/home.php')
-rw-r--r-- | mod/home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/home.php b/mod/home.php index bd045c3cb..f70ff1d02 100644 --- a/mod/home.php +++ b/mod/home.php @@ -8,8 +8,8 @@ function home_init(&$a) { $channel = $a->get_channel(); - if(local_user() && $channel && $channel['xchan_profile']) - goaway( $channel['xchan_profile']); + if(local_user() && $channel && $channel['xchan_url']) + goaway( $channel['xchan_url']); }} |