Archived
1
0

Things I noticed for s9y.github.io

This commit is contained in:
Garvin Hicking
2015-03-19 16:17:30 +01:00
parent 5f14b67e66
commit e7d822be11
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ function serendipity_printComments($comments, $parentid = 0, $depth = 0, $trace
return true;
}
$serendipity['smarty']->assignByRef($smarty_block == 'COMMENTS'?'comments':'trackbacks', $_smartyComments);
$serendipity['smarty']->assignByRef($smarty_block == 'COMMENTS' ? 'comments' : 'trackbacks', $_smartyComments);
unset($_smartyComments);
return serendipity_smarty_fetch($smarty_block, $smarty_file);