Merge pull request #29527 from nextcloud/rakekniven-patch-1

This commit is contained in:
John Molakvoæ 2021-12-04 12:08:16 +01:00 committed by GitHub
commit e296417ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -785,7 +785,7 @@ class OC_Util {
$errors = array_merge($errors, self::checkDataDirectoryPermissions($CONFIG_DATADIRECTORY));
} else {
$errors[] = [
'error' => $l->t('Cannot create "data" directory'),
'error' => $l->t('Cannot create "data" directory.'),
'hint' => $l->t('This can usually be fixed by giving the webserver write access to the root directory. See %s',
[$urlGenerator->linkToDocs('admin-dir_permissions')])
];