aboutsummaryrefslogtreecommitdiff
path: root/controller/guicontroller.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-10-06 07:58:55 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-10-06 07:58:55 +0200
commit81e8558ddd30541782bfefd3b2b0912d1cb6803a (patch)
treecc9c555f5e860970779bc553638d7f717fe62770 /controller/guicontroller.php
parente112e3a40594eb802ccb6549ad4329ae677f9e8d (diff)
downloadgrauphel-81e8558ddd30541782bfefd3b2b0912d1cb6803a.tar.gz
grauphel-81e8558ddd30541782bfefd3b2b0912d1cb6803a.zip
prevent warning when user is not logged in
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;