diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-01-05 21:02:58 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-01-05 21:02:58 +0100 |
commit | db490fbc8f6114e3aa96d3a417eb25766dc1cafb (patch) | |
tree | 689fff27d2189f7e0dc023e88f07f2b177af754e /apps | |
parent | cb445deb5f986da3a785999225d28ece4d043ec5 (diff) | |
parent | 2f86a6203adc82e1221873ed72a0ac60c340d65b (diff) | |
download | nextcloud-server-db490fbc8f6114e3aa96d3a417eb25766dc1cafb.tar.gz nextcloud-server-db490fbc8f6114e3aa96d3a417eb25766dc1cafb.zip |
Merge branch 'master' into calendar
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_webfinger/appinfo/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webfinger/appinfo/install.php b/apps/user_webfinger/appinfo/install.php index 079043cd102..f570a3a249b 100644 --- a/apps/user_webfinger/appinfo/install.php +++ b/apps/user_webfinger/appinfo/install.php @@ -3,4 +3,4 @@ $appInfoDir = __DIR__; $thisAppDir = dirname($appInfoDir); $appsDir = dirname($thisAppDir); $ownCloudDir = dirname($appsDir); -symlink($thisAppDir, $ownCloudDir.'/.well-known'); +@symlink($thisAppDir, $ownCloudDir.'/.well-known'); |