From 05f93649e9ebe4b303e27863186ba93d8578a7b9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 21 Dec 2019 12:26:07 +0100 Subject: [PATCH] profile list uses profile ids and not account ids --- Theme/Backend/profile-list.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php index 1e70343..a547371 100644 --- a/Theme/Backend/profile-list.tpl.php +++ b/Theme/Backend/profile-list.tpl.php @@ -39,9 +39,9 @@ $accounts = $this->getData('accounts'); $account) : ++$count; - $url = \phpOMS\Uri\UriFactory::build('{/prefix}profile/single?{?}&id=' . $account->getAccount()->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('{/prefix}profile/single?{?}&id=' . $account->getId()); ?> - printHtml($account->getAccount()->getId()); ?> + printHtml($account->getId()); ?> printHtml($account->getAccount()->getName3() . ' ' . $account->getAccount()->getName2() . ' ' . $account->getAccount()->getName1()); ?> printHtml($account->getAccount()->getLastActive()->format('Y-m-d')); ?>