use OC_Helper::linkToDocs() in lib/private/config.php

This commit is contained in:
Thomas Müller 2013-10-21 23:08:09 +02:00
parent 124984905e
commit 87a09156f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 = link_to_docs('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 '