lint: fix php
parent
b584add525
commit
e0d54c0f81
|
@ -76,7 +76,7 @@ class PageController extends Controller
|
||||||
$pi('timelinePath', 'EMPTY');
|
$pi('timelinePath', 'EMPTY');
|
||||||
$pi('foldersPath', '/');
|
$pi('foldersPath', '/');
|
||||||
$pi('showHidden', false);
|
$pi('showHidden', false);
|
||||||
$pi('enableTopMemories', "true");
|
$pi('enableTopMemories', 'true');
|
||||||
|
|
||||||
// Apps enabled
|
// Apps enabled
|
||||||
$this->initialState->provideInitialState('systemtags', true === $this->appManager->isEnabledForUser('systemtags'));
|
$this->initialState->provideInitialState('systemtags', true === $this->appManager->isEnabledForUser('systemtags'));
|
||||||
|
|
Loading…
Reference in New Issue