search form action for channel search needs the channel address
This commit is contained in:
parent
5c5a808290
commit
054c5da294
@ -175,7 +175,7 @@ function nav($template = 'default') {
|
||||
$search_form_action = 'network';
|
||||
break;
|
||||
case 'channel':
|
||||
$search_form_action = 'channel';
|
||||
$search_form_action = 'channel/' . App::$profile['channel_address'];
|
||||
break;
|
||||
default:
|
||||
$search_form_action = 'search';
|
||||
|
Reference in New Issue
Block a user