mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
PHP8 Warning removal.
This commit is contained in:
@@ -402,7 +402,7 @@ class faqs_shortcodes extends e_shortcode
|
||||
|
||||
$text = $frm->open('faq-search-form','get', $target);
|
||||
$text .= '<span class="input-group e-search">';
|
||||
$text .= $frm->text('srch', $_GET['srch'], 20,'class=search-query&placeholder='.LAN_SEARCH).'
|
||||
$text .= $frm->text('srch', varset($_GET['srch']), 20,'class=search-query&placeholder='.LAN_SEARCH).'
|
||||
<span class="input-group-btn"><button class="btn btn-primary" type="submit">'.$tp->toGlyph('fa-search').'</button>';
|
||||
$text .= '</span></span>';
|
||||
$text .= $frm->close();
|
||||
|
Reference in New Issue
Block a user