From 8af2b352f5ae884599fb1cc94f916e4a2082678e 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/kanban-board-create.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/kanban-board-create.tpl.php b/Theme/Backend/kanban-board-create.tpl.php index b069818..b6388b8 100644 --- a/Theme/Backend/kanban-board-create.tpl.php +++ b/Theme/Backend/kanban-board-create.tpl.php @@ -1,2 +1,2 @@ getData('nav')->render(); ?> \ No newline at end of file +echo $this->getData('nav')->render(); \ No newline at end of file