summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-03-28 16:17:50 +0100
committerGitHub <noreply@github.com>2020-03-28 16:17:50 +0100
commit7eac19682c67a2690ea799e0f9e8a0647e92dc5a (patch)
tree6cb39bc1d490a25db3c8843516c675efdd5b054a /lib
parent58a192f05de36ad05d8adc4c051c143045178314 (diff)
downloadnextcloud-server-7eac19682c67a2690ea799e0f9e8a0647e92dc5a.tar.gz
nextcloud-server-7eac19682c67a2690ea799e0f9e8a0647e92dc5a.zip
Update base.php
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index d3b0c42f1bb..943eb7cffcf 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -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";