mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
the files_lock app should get installed by default as well
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
35b87eee9b
commit
2ddd9406aa
6 changed files with 6 additions and 6 deletions
|
|
@ -726,7 +726,7 @@ class ConfigurationManager
|
|||
if (is_string($apps)) {
|
||||
return trim($apps);
|
||||
}
|
||||
return 'deck tasks calendar contacts';
|
||||
return 'deck tasks calendar contacts files_lock';
|
||||
}
|
||||
|
||||
public function GetCollaboraDictionaries() : string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue