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

index 943eb7cffcf9f79fa600c0163ff5528b3685a0b7..6dc08510a7b6a7c297f3917ec5fa53a7cef3de10 100644 (file)
@@ -261,8 +261,7 @@ class OC {
                        } else {
                                OC_Template::printErrorPage(
                                        $l->t('Cannot write into "config" directory!'),
-                                       $l->t('This can usually be fixed by giving the webserver write access to the config directory. See %s',
-                                       [ $urlGenerator->linkToDocs('admin-dir_permissions') ]) . '. '
+                                       $l->t('This can usually be fixed by giving the webserver write access to the config directory.') . '. '
                                        . $l->t('Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it. See %s',
                                        [ $urlGenerator->linkToDocs('admin-config') ] ),
                                        503