summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/info.xml
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-03-06 16:00:25 +0100
committerRobin Appelman <icewind@owncloud.com>2014-04-25 14:45:18 +0200
commitb176708505e801c25a85a04da3f50ea32a0b78ba (patch)
tree17f3de071dc006ff1668f3bb7650933f90dff5a3 /apps/files_sharing/appinfo/info.xml
parent5194f014c9c196bb891b6ed057500bd151ee7169 (diff)
downloadnextcloud-server-b176708505e801c25a85a04da3f50ea32a0b78ba.tar.gz
nextcloud-server-b176708505e801c25a85a04da3f50ea32a0b78ba.zip
Expose public shares over webdav
Diffstat (limited to 'apps/files_sharing/appinfo/info.xml')
-rw-r--r--apps/files_sharing/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 9a199281a76..9b42c1e17b5 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -13,6 +13,6 @@
</types>
<public>
<files>public.php</files>
- <webdav>public.php</webdav>
+ <webdav>publicwebdav.php</webdav>
</public>
</info>