summaryrefslogtreecommitdiffstats
path: root/settings/Controller/PersonalSettingsController.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-03-05 17:06:28 +0100
committerJoas Schilling <coding@schilljs.com>2018-03-05 17:06:28 +0100
commit4fa1d9628d102d34372fc94770e9c2cfd1f58a65 (patch)
treed7870bf3b41f68f0c72dac9cfe6ba0a4e01ae4d9 /settings/Controller/PersonalSettingsController.php
parenta8f56ac8c71aa7854d2018f294eeb2e7e3e4d2eb (diff)
downloadnextcloud-server-4fa1d9628d102d34372fc94770e9c2cfd1f58a65.tar.gz
nextcloud-server-4fa1d9628d102d34372fc94770e9c2cfd1f58a65.zip
Set the correct active navigation entry
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings/Controller/PersonalSettingsController.php')
-rw-r--r--settings/Controller/PersonalSettingsController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/settings/Controller/PersonalSettingsController.php b/settings/Controller/PersonalSettingsController.php
index ad4eb69c32d..9ec7ce72645 100644
--- a/settings/Controller/PersonalSettingsController.php
+++ b/settings/Controller/PersonalSettingsController.php
@@ -34,9 +34,6 @@ use OCP\Template;
class PersonalSettingsController extends Controller {
use CommonSettingsTrait;
- /** @var INavigationManager */
- private $navigationManager;
-
public function __construct(
$appName,
IRequest $request,
@@ -57,7 +54,6 @@ class PersonalSettingsController extends Controller {
* @NoSubadminRequired
*/
public function index($section) {
- $this->navigationManager->setActiveEntry('personal');
return $this->getIndexResponse('personal', $section);
}