use OC_Helper::linkToDocs() in lib/private/config.php
This commit is contained in:
parent
124984905e
commit
87a09156f8
|
@ -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 '
|
||||||
|
|
Loading…
Reference in New Issue