mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 04:38:27 +01:00
Global parser fix on search
This commit is contained in:
parent
c6e2988e96
commit
d47486d39f
@ -453,6 +453,7 @@ class search extends e_shortcode
|
||||
|
||||
$ns = e107::getRender();
|
||||
$sch = new e_search;
|
||||
$tp = e107::getParser();
|
||||
|
||||
|
||||
$query = $this->query;
|
||||
@ -469,8 +470,6 @@ class search extends e_shortcode
|
||||
if (isset($this->searchtype[$key]) || isset($this->searchtype['all']))
|
||||
{
|
||||
|
||||
|
||||
|
||||
unset($text);
|
||||
//if (file_exists($this->search_info[$key]['sfile']))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user