There was an error while loading. Please reload this page.
1 parent 3954a09 commit 07e7726Copy full SHA for 07e7726
1 file changed
apps/appstore/lib/Controller/PageController.php
@@ -51,8 +51,6 @@ public function __construct(
51
#[FrontpageRoute(verb: 'GET', url: '/settings/apps/{category}', defaults: ['category' => ''], root: '')]
52
#[FrontpageRoute(verb: 'GET', url: '/settings/apps/{category}/{id}', defaults: ['category' => '', 'id' => ''], root: '')]
53
public function viewApps(): TemplateResponse {
54
- $this->navigationManager->setActiveEntry('core_apps');
55
-
56
$this->initialState->provideInitialState('appstoreEnabled', $this->config->getSystemValueBool('appstoreenabled', true));
57
$this->initialState->provideInitialState('appstoreBundles', $this->getBundles());
58
$this->initialState->provideInitialState('appstoreDeveloperDocs', $this->urlGenerator->linkToDocs('developer-manual'));
0 commit comments