mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Revert "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
d6208a0b18
commit
ed62ff1ff5
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 files_lock';
|
||||
return 'deck tasks calendar contacts';
|
||||
}
|
||||
|
||||
public function GetCollaboraDictionaries() : string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue