[Pkg-owncloud-commits] [owncloud] 89/134: Fix admin-dir_permissions redirection when cannot write warning is shown.

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 21:44:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 47e3e73c8f648020bd94c5971b89ee1f871d2fda
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Wed Apr 2 12:41:46 2014 +0200

    Fix admin-dir_permissions redirection when cannot write warning
    is shown.
---
 lib/private/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/config.php b/lib/private/config.php
index caf7b1d..4c88aab 100644
--- a/lib/private/config.php
+++ b/lib/private/config.php
@@ -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 '

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list