Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArne Hamann <kontakt+github@arne.email>2022-03-20 18:52:28 +0300
committerArne Hamann <git@arne.email>2022-04-01 19:50:04 +0300
commit7d491c61cfad0d13a3dde83b5fdc52f03dc86a16 (patch)
tree41d2f673c5f568a1bebf6a23b8b8d2ad63a5af13 /lib
parent004c6ec1483fd42a9b00d90b888d3b715fc82a28 (diff)
Disabled Files Sidebar Tab, Notworking anyways
Signed-off-by: Arne Hamann <kontakt+github@arne.email>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/PageController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index 2a4ed4ed..a2c6147d 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -51,7 +51,7 @@ class PageController extends Controller {
* @NoCSRFRequired
*/
public function index(): TemplateResponse {
- $this->eventDispatcher->dispatch(LoadSidebar::class, new LoadSidebar());
+// $this->eventDispatcher->dispatch(LoadSidebar::class, new LoadSidebar());
$this->eventDispatcher->dispatch(LoadViewer::class, new LoadViewer());
$params = array('user' => $this->userId);