search form action for channel search needs the channel address
(cherry picked from commit 054c5da294
)
This commit is contained in:
parent
4e6539efec
commit
7c842f3170
@ -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