]> source.dussan.org Git - nextcloud-server.git/commitdiff
use OC_Helper::linkToDocs() in lib/private/config.php
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 21 Oct 2013 21:08:09 +0000 (23:08 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 21 Oct 2013 21:08:09 +0000 (23:08 +0200)
lib/private/config.php

index c28669f56a3692913e4805a8ea485a99adb0005b..caf7b1d7066982dd4ab28ad1a4b9ab1d5e91b574 100644 (file)
@@ -172,7 +172,7 @@ class Config {
                $result = @file_put_contents($this->configFilename, $content);
                if (!$result) {
                        $defaults = new \OC_Defaults;
-                       $url = link_to_docs('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 '