diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-03-06 16:00:25 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-04-25 14:45:18 +0200 |
commit | b176708505e801c25a85a04da3f50ea32a0b78ba (patch) | |
tree | 17f3de071dc006ff1668f3bb7650933f90dff5a3 /apps/files_sharing/appinfo/info.xml | |
parent | 5194f014c9c196bb891b6ed057500bd151ee7169 (diff) | |
download | nextcloud-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.xml | 2 |
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> |