fixed typo (?) that lead to error

This commit is contained in:
azett 2022-06-25 12:43:46 +02:00
parent 84723f90a2
commit 60e41c60cf

View File

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