fixed typo (?) that lead to error
This commit is contained in:
parent
84723f90a2
commit
60e41c60cf
@ -142,7 +142,7 @@ function smarty_search_result($params, $content, &$smarty, &$repeat) {
|
|||||||
// assign values to template
|
// assign values to template
|
||||||
$smarty->assign('id', $id);
|
$smarty->assign('id', $id);
|
||||||
$post = $e;
|
$post = $e;
|
||||||
+$smarty->assign($e);
|
$smarty->assign($e);
|
||||||
$repeat = true;
|
$repeat = true;
|
||||||
// advance pointer to next search result element
|
// advance pointer to next search result element
|
||||||
next($srchresults);
|
next($srchresults);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user