bug #335 network search broken after new ssl policy settings
This commit is contained in:
parent
805087af67
commit
224dfa848b
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ function saved_searches($search) {
|
|||
$o = replace_macros($tpl, array(
|
||||
'$title' => t('Saved Searches'),
|
||||
'$add' => t('add'),
|
||||
'$searchbox' => search($search,'netsearch-box',$a->get_baseurl(true) . $srchurl,true),
|
||||
'$searchbox' => search($search,'netsearch-box',$srchurl,true),
|
||||
'$saved' => $saved,
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue