lint: fix php

pull/400/head
Varun Patil 2023-02-09 13:13:59 -08:00
parent b584add525
commit e0d54c0f81
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class PageController extends Controller
$pi('timelinePath', 'EMPTY');
$pi('foldersPath', '/');
$pi('showHidden', false);
$pi('enableTopMemories', "true");
$pi('enableTopMemories', 'true');
// Apps enabled
$this->initialState->provideInitialState('systemtags', true === $this->appManager->isEnabledForUser('systemtags'));