From 9c015e28b89afc9685d3eabe1550a885e1af60ef 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/Components/Media/list.tpl.php | 2 +- Theme/Backend/media-create.tpl.php | 2 +- Theme/Backend/media-list.tpl.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/Components/Media/list.tpl.php b/Theme/Backend/Components/Media/list.tpl.php index f01822d..0c552a9 100644 --- a/Theme/Backend/Components/Media/list.tpl.php +++ b/Theme/Backend/Components/Media/list.tpl.php @@ -49,7 +49,7 @@ printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> \ No newline at end of file diff --git a/Theme/Backend/media-create.tpl.php b/Theme/Backend/media-create.tpl.php index c86ec49..c08a706 100644 --- a/Theme/Backend/media-create.tpl.php +++ b/Theme/Backend/media-create.tpl.php @@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
-
+
diff --git a/Theme/Backend/media-list.tpl.php b/Theme/Backend/media-list.tpl.php index 748ea5d..2a5c258 100644 --- a/Theme/Backend/media-list.tpl.php +++ b/Theme/Backend/media-list.tpl.php @@ -50,7 +50,7 @@ echo $this->getData('nav')->render(); ?> printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?>