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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJakob <jakob.roehrl@web.de>2019-12-04 13:50:33 +0300
committerJakob <jakob.roehrl@web.de>2019-12-04 13:50:33 +0300
commit74120cc0e33eff540104a7912d05d896ab430bcd (patch)
tree27c925d1bfe34c859162f95939d618b496a74dcb /lib
parent10778fd6bef59381cf6d224f0ef77bf29302d930 (diff)
UI
Signed-off-by: Jakob <jakob.roehrl@web.de>
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 6a8baa96..5fd2ca0d 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -50,7 +50,7 @@ class PageController extends Controller {
IEventDispatcher $eventDispatcher,
IConfig $config,
IInitialStateService $initialStateService) {
- parent::__construct($appName, $request, $config);
+ parent::__construct($appName, $request);
$this->appName = $appName;
$this->eventDispatcher = $eventDispatcher;