summaryrefslogtreecommitdiffstats
path: root/lib/Controller/OStatusController.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/OStatusController.php')
-rw-r--r--lib/Controller/OStatusController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/OStatusController.php b/lib/Controller/OStatusController.php
index 195c6f72..72996f06 100644
--- a/lib/Controller/OStatusController.php
+++ b/lib/Controller/OStatusController.php
@@ -64,7 +64,7 @@ class OStatusController extends Controller {
IRequest $request, IInitialStateService $initialStateService, CacheActorService $cacheActorService, AccountService $accountService,
CurlService $curlService, MiscService $miscService, IUserSession $userSession
) {
- parent::__construct(Application::APP_NAME, $request);
+ parent::__construct(Application::APP_ID, $request);
$this->initialStateService = $initialStateService;
$this->cacheActorService = $cacheActorService;