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