From 88d868d980a516648189846da63a93c1ee18cc39 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 31 May 2019 23:06:05 +0200 Subject: [PATCH] fix forward bug --- Theme/Backend/profile-single.tpl.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php index 8835fc7..bcc166d 100644 --- a/Theme/Backend/profile-single.tpl.php +++ b/Theme/Backend/profile-single.tpl.php @@ -53,8 +53,7 @@ echo $this->getData('nav')->render();

getAccount()->getName3()) || !empty($account->getAccount()->getName2())) : ?> - printHtml(empty($account->getAccount()->getName3()) ? $account->getAccount()->getName2() : $account->getAccount()->getName3()); ?> - , + printHtml(empty($account->getAccount()->getName3()) ? $account->getAccount()->getName2() : $account->getAccount()->getName3()); ?>, printHtml($account->getAccount()->getName1()); ?>