Fix admin-dir_permissions redirection when cannot write warning

is shown.
This commit is contained in:
Volkan Gezer 2014-04-02 12:41:46 +02:00
parent 0e93c3fd9a
commit b6ad7c3cdd
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 '