search form action for channel search needs the channel address

(cherry picked from commit 054c5da294)
This commit is contained in:
Mario Vavti 2018-08-09 13:47:57 +00:00 committed by Mario
parent 4e6539efec
commit 7c842f3170

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