mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Search now using default nextprev template. Debug info removed.
This commit is contained in:
@@ -91,7 +91,7 @@ class e_search
|
||||
$sql = e107::getDb('search');
|
||||
$tp = e107::getParser();
|
||||
|
||||
if($handler == 'self')
|
||||
if($handler == 'self') //v2 use 'compile' function inside e_search.php;
|
||||
{
|
||||
$handler = array($this,'compile');
|
||||
}
|
||||
|
Reference in New Issue
Block a user