From 2c614ffe8539429091492291f4e99653f14bdd80 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 16 Feb 2019 19:39:43 +0100 Subject: [PATCH] Render values in editor --- Theme/Backend/groups-single.tpl.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Theme/Backend/groups-single.tpl.php b/Theme/Backend/groups-single.tpl.php index f82f9a1..2220964 100644 --- a/Theme/Backend/groups-single.tpl.php +++ b/Theme/Backend/groups-single.tpl.php @@ -49,7 +49,13 @@ echo $this->getData('nav')->render(); ?> getData('editor')->render('group-editor'); ?> - getData('editor')->getData('text')->render('group-editor', 'description', 'fGroupEdit'); ?> + getData('editor')->getData('text')->render( + 'group-editor', + 'description', + 'fGroupEdit', + $group->getDescriptionRaw(), + $group->getDescription() + ); ?>