aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-03-28 16:17:21 +0100
committerGitHub <noreply@github.com>2020-03-28 16:17:21 +0100
commit58a192f05de36ad05d8adc4c051c143045178314 (patch)
treecb2712c403b4213f28cd65b2e35813e4b3e54257 /lib/private/legacy
parent1b4952bfb290cbd2cf0ff60b2b10e22151120b9c (diff)
downloadnextcloud-server-58a192f05de36ad05d8adc4c051c143045178314.tar.gz
nextcloud-server-58a192f05de36ad05d8adc4c051c143045178314.zip
Update util.php
Diffstat (limited to 'lib/private/legacy')
-rw-r--r--lib/private/legacy/util.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/legacy/util.php b/lib/private/legacy/util.php
index 044c3fee7bc..9fce2993a2a 100644
--- a/lib/private/legacy/util.php
+++ b/lib/private/legacy/util.php
@@ -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.')
];
}
}