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 0cb8e91..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);