From ffd8bcb177ec9e00800d841c07ef1063fb382c69 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 Apr 2019 18:29:24 +0200 Subject: [PATCH] Fix getHtml para type --- Theme/Backend/comment-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/comment-list.tpl.php b/Theme/Backend/comment-list.tpl.php index f9d7c68..69ab8c2 100644 --- a/Theme/Backend/comment-list.tpl.php +++ b/Theme/Backend/comment-list.tpl.php @@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?> $value) : ++$count; ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?>