search form action for channel search needs the channel address

This commit is contained in:
Mario Vavti 2018-08-09 15:47:57 +02:00
parent 5c5a808290
commit 054c5da294

View File

@ -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';