diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-09-30 21:22:22 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-09-30 21:22:22 +0200 |
| commit | f38e545235173bb145e4b1c9c29dc2960a0a3389 (patch) | |
| tree | 2e698d7350d6fdff60c80b8928cbb6f5f19fc708 /controller | |
| parent | 37e17f2198f4629fb7d4ec2ed68d96f664ec55ad (diff) | |
| download | grauphel-f38e545235173bb145e4b1c9c29dc2960a0a3389.tar.gz grauphel-f38e545235173bb145e4b1c9c29dc2960a0a3389.zip | |
fix owncloud.log notices
Diffstat (limited to 'controller')
| -rw-r--r-- | controller/guicontroller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/guicontroller.php b/controller/guicontroller.php index 3c9c6f1..947e23e 100644 --- a/controller/guicontroller.php +++ b/controller/guicontroller.php @@ -111,7 +111,7 @@ class GuiController extends Controller ) ) ); - $this->addNavigation($res, $rawtag); + $this->addNavigation($res, null); return $res; } |
