Browse Source

Update util.php

tags/v19.0.0beta1
John Molakvoæ 4 years ago
parent
commit
58a192f05d
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      lib/private/legacy/util.php

+ 1
- 2
lib/private/legacy/util.php 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.')
];
}
}

Loading…
Cancel
Save