1
0
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:
Cameron
2014-01-12 05:35:27 -08:00
parent 3d78256104
commit 7deb681e68
2 changed files with 17 additions and 7 deletions

View File

@@ -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');
}