Update util.php

This commit is contained in:
John Molakvoæ 2020-03-28 16:17:21 +01:00 committed by GitHub
parent 1b4952bfb2
commit 58a192f05d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -773,8 +773,7 @@ class OC_Util {
$errors[] = [
'error' => $l->t('Cannot write into "apps" directory'),
'hint' => $l->t('This can usually be fixed by giving the webserver write access to the apps directory'
. ' or disabling the appstore in the config file. See %s',
[$urlGenerator->linkToDocs('admin-dir_permissions')])
. ' or disabling the appstore in the config file.')
];
}
}