diff options
Diffstat (limited to 'lib/private/Config.php')
-rw-r--r-- | lib/private/Config.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/Config.php b/lib/private/Config.php index f15854b6113..b4fe9e03d23 100644 --- a/lib/private/Config.php +++ b/lib/private/Config.php @@ -249,8 +249,7 @@ class Config { $url = \OC::$server->getURLGenerator()->linkToDocs('admin-dir_permissions'); throw new HintException( "Can't write into config directory!", - 'This can usually be fixed by ' - .'<a href="' . $url . '" target="_blank" rel="noreferrer">giving the webserver write access to the config directory</a>.'); + 'This can usually be fixed by giving the webserver write access to the config directory. See ' . $url); } // Try to acquire a file lock |