1
0
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:
Cameron 2014-01-09 09:54:10 -08:00
parent c6e2988e96
commit d47486d39f

View File

@ -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']))
{