Skip to content
Snippets Groups Projects
Commit b6ad7c3c authored by Volkan Gezer's avatar Volkan Gezer
Browse files

Fix admin-dir_permissions redirection when cannot write warning

is shown.
parent 0e93c3fd
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ class Config { ...@@ -172,7 +172,7 @@ class Config {
$result = @file_put_contents($this->configFilename, $content); $result = @file_put_contents($this->configFilename, $content);
if (!$result) { if (!$result) {
$defaults = new \OC_Defaults; $defaults = new \OC_Defaults;
$url = \OC_Helper::linkToDocs('admin-dir-permissions'); $url = \OC_Helper::linkToDocs('admin-dir_permissions');
throw new HintException( throw new HintException(
"Can't write into config directory!", "Can't write into config directory!",
'This can usually be fixed by ' 'This can usually be fixed by '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment