From ee3868b6c24a03c112fa18b56c3186e03da00705 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Feb 2019 17:24:35 +0100 Subject: [PATCH] Fix relative path --- Theme/Backend/profile-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php index e81cdfa..d3d9039 100644 --- a/Theme/Backend/profile-list.tpl.php +++ b/Theme/Backend/profile-list.tpl.php @@ -36,7 +36,7 @@ $accounts = $this->getData('accounts'); - $account) : $count++; + $account) : ++$count; $url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/profile/single?{?}&id=' . $account->getAccount()->getId()); ?> printHtml($account->getAccount()->getId()); ?>