fix all the little typos from that huge change
This commit is contained in:
parent
fbafd92f7f
commit
85f9d89a89
2
boot.php
2
boot.php
@ -599,7 +599,7 @@ if(! class_exists('App')) {
|
|||||||
$this->channel = $channel;
|
$this->channel = $channel;
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_channel()
|
function get_channel() {
|
||||||
return $this->channel;
|
return $this->channel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ function home_init(&$a) {
|
|||||||
|
|
||||||
$channel = $a->get_channel();
|
$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']);
|
goaway( $a->get_baseurl() . '/profile/' . $channel['channel_address']);
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user