From 604433226a2c962504f1352b4a65e56d29243771 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/dashboard.tpl.php | 4 ++-- Theme/Backend/mail-out-view.tpl.php | 4 ++-- Theme/Backend/mail-spam-view.tpl.php | 4 ++-- Theme/Backend/mail-trash-view.tpl.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Theme/Backend/dashboard.tpl.php b/Theme/Backend/dashboard.tpl.php index db4f61a..81587d8 100644 --- a/Theme/Backend/dashboard.tpl.php +++ b/Theme/Backend/dashboard.tpl.php @@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
@@ -59,7 +59,7 @@ echo $this->getData('nav')->render(); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> diff --git a/Theme/Backend/mail-out-view.tpl.php b/Theme/Backend/mail-out-view.tpl.php index 981b865..67a2818 100644 --- a/Theme/Backend/mail-out-view.tpl.php +++ b/Theme/Backend/mail-out-view.tpl.php @@ -19,7 +19,7 @@ echo $this->getData('nav')->render(); ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> diff --git a/Theme/Backend/mail-spam-view.tpl.php b/Theme/Backend/mail-spam-view.tpl.php index 981b865..67a2818 100644 --- a/Theme/Backend/mail-spam-view.tpl.php +++ b/Theme/Backend/mail-spam-view.tpl.php @@ -19,7 +19,7 @@ echo $this->getData('nav')->render(); ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> diff --git a/Theme/Backend/mail-trash-view.tpl.php b/Theme/Backend/mail-trash-view.tpl.php index 981b865..67a2818 100644 --- a/Theme/Backend/mail-trash-view.tpl.php +++ b/Theme/Backend/mail-trash-view.tpl.php @@ -19,7 +19,7 @@ echo $this->getData('nav')->render(); ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?>