Merge pull request #8006 from wakeup/master

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

@ -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 '