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

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