From 9cca8c11ad3ac648f2328f0c4db87e86f7c27750 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 23 Jun 2020 23:16:43 +0200 Subject: [PATCH] use file namespace NO_CI --- Theme/Backend/unit-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index e538e79..81f0b43 100755 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?> getHtml('Parent') ?> $value) : - $url = \phpOMS\Uri\UriFactory::build('{/prefix}organization/unit/profile?{?}&id=' . $value->getId()); ?> + $url = UriFactory::build('{/prefix}organization/unit/profile?{?}&id=' . $value->getId()); ?> printHtml($value->getId()); ?>