Merge pull request #8006 from wakeup/master

Fix admin-dir_permissions redirection when cannot write warning is shown.
This commit is contained in:
Morris Jobke 2014-04-02 13:21:53 +02:00
commit 7bdc085022
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class Config {
$result = @file_put_contents($this->configFilename, $content);
if (!$result) {
$defaults = new \OC_Defaults;
$url = \OC_Helper::linkToDocs('admin-dir-permissions');
$url = \OC_Helper::linkToDocs('admin-dir_permissions');
throw new HintException(
"Can't write into config directory!",
'This can usually be fixed by '