diff --git a/Theme/Backend/department-profile.tpl.php b/Theme/Backend/department-profile.tpl.php index 5b45de1..b88eee0 100644 --- a/Theme/Backend/department-profile.tpl.php +++ b/Theme/Backend/department-profile.tpl.php @@ -12,8 +12,8 @@ */ /** * @var \phpOMS\Views\View $this + * @var \Mouldes\Organization\Models $department; */ - $department = $this->getData('department'); echo $this->getData('nav')->render(); ?> @@ -37,7 +37,13 @@ echo $this->getData('nav')->render(); ?>