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() + ); ?>