aboutsummaryrefslogtreecommitdiff
path: root/controller/guicontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/guicontroller.php')
-rw-r--r--controller/guicontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/guicontroller.php b/controller/guicontroller.php
index 6d59fd5..0cb8e91 100644
--- a/controller/guicontroller.php
+++ b/controller/guicontroller.php
@@ -122,6 +122,7 @@ class GuiController extends Controller
{
$nav = new \OCP\Template('grauphel', 'appnavigation', '');
$nav->assign('apiroot', $this->getApiRootUrl());
+ $nav->assign('tags', array());
$params = $res->getParams();
$params['appNavigation'] = $nav;