diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-10-07 07:51:07 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-10-07 07:51:07 +0200 |
| commit | ace226e665fa77d04a61dfd61818f6cce5df6861 (patch) | |
| tree | 1008ad783d7e94249cf4b4103e41ecdf25ba2591 /controller/guicontroller.php | |
| parent | b77c4b6b2de74543d9543139a1d2b3c4fe2f592f (diff) | |
| download | grauphel-ace226e665fa77d04a61dfd61818f6cce5df6861.tar.gz grauphel-ace226e665fa77d04a61dfd61818f6cce5df6861.zip | |
Deleting tokens works (without confirmation)
Diffstat (limited to 'controller/guicontroller.php')
| -rw-r--r-- | controller/guicontroller.php | 1 |
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); |
