]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update util.php
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>
Sat, 28 Mar 2020 15:17:21 +0000 (16:17 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Mar 2020 15:17:21 +0000 (16:17 +0100)
lib/private/legacy/util.php

index 044c3fee7bc248d152379f4f59cd520687d8ed9f..9fce2993a2a5a94654d063fa2789fdb47948e102 100644 (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.')
                                ];
                        }
                }