From 9f3ec3ea29c3443e251edb490859d40f15d4f529 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 19 Nov 2017 23:20:11 +0100 Subject: [PATCH] Fix phpstorm inspections --- Theme/Backend/surveys-profile.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/surveys-profile.tpl.php b/Theme/Backend/surveys-profile.tpl.php index 29dc65d..4f2309a 100644 --- a/Theme/Backend/surveys-profile.tpl.php +++ b/Theme/Backend/surveys-profile.tpl.php @@ -11,5 +11,5 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -echo $this->getData('nav')->render(); ?> +echo $this->getData('nav')->render();