summaryrefslogtreecommitdiffstats
path: root/lib/Controller/QueueController.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/QueueController.php')
-rw-r--r--lib/Controller/QueueController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/QueueController.php b/lib/Controller/QueueController.php
index 82731f58..16bf1b2a 100644
--- a/lib/Controller/QueueController.php
+++ b/lib/Controller/QueueController.php
@@ -56,7 +56,7 @@ class QueueController extends Controller {
IRequest $request, RequestQueueService $requestQueueService, ActivityService $activityService,
MiscService $miscService
) {
- parent::__construct(Application::APP_NAME, $request);
+ parent::__construct(Application::APP_ID, $request);
$this->requestQueueService = $requestQueueService;
$this->activityService = $activityService;