From fac805108376843539528592740b469e5698f692 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 8 Feb 2017 19:40:22 +0100 Subject: [PATCH] Fix uri parameter --- Theme/Backend/profile-list.tpl.php | 2 +- Theme/Backend/profile-single.tpl.php | 2 +- Theme/backend/profile-list.tpl.php | 2 +- Theme/backend/profile-single.tpl.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php index 6f07de3..ea37d33 100644 --- a/Theme/Backend/profile-list.tpl.php +++ b/Theme/Backend/profile-list.tpl.php @@ -40,7 +40,7 @@ $accounts = $this->getData('accounts'); render(); ?> $account) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?{?}id=' . $account->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?{?}&id=' . $account->getId()); ?> getId(); ?> getName3() . ' ' . $account->getName2() . ' ' . $account->getName1(); ?> diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php index a0b209a..8cca359 100644 --- a/Theme/Backend/profile-single.tpl.php +++ b/Theme/Backend/profile-single.tpl.php @@ -100,7 +100,7 @@ echo $this->getData('nav')->render(); render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getNewestHistory()->getPosition(); ?> diff --git a/Theme/backend/profile-list.tpl.php b/Theme/backend/profile-list.tpl.php index 6f07de3..ea37d33 100644 --- a/Theme/backend/profile-list.tpl.php +++ b/Theme/backend/profile-list.tpl.php @@ -40,7 +40,7 @@ $accounts = $this->getData('accounts'); render(); ?> $account) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?{?}id=' . $account->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?{?}&id=' . $account->getId()); ?> getId(); ?> getName3() . ' ' . $account->getName2() . ' ' . $account->getName1(); ?> diff --git a/Theme/backend/profile-single.tpl.php b/Theme/backend/profile-single.tpl.php index a0b209a..8cca359 100644 --- a/Theme/backend/profile-single.tpl.php +++ b/Theme/backend/profile-single.tpl.php @@ -100,7 +100,7 @@ echo $this->getData('nav')->render(); render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getNewestHistory()->getPosition(); ?>