X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/eb5c81dea5a60bc65d3ec607daf5ad81fd709928..2cb2fae10d986db73bb0ad517df8c5334cab713c:/controller/guicontroller.php diff --git a/controller/guicontroller.php b/controller/guicontroller.php index 6d59fd5..58768f2 100644 --- a/controller/guicontroller.php +++ b/controller/guicontroller.php @@ -111,6 +111,7 @@ class GuiController extends Controller $this->user->getUid(), 'access' ), 'client' => new Client(), + 'username' => $this->user->getUid(), ) ); $this->addNavigation($res, null); @@ -122,6 +123,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;