diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-28 09:53:31 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-28 09:53:31 -0400 |
commit | 0a1f24142a71e82b59eebcf6c7886a5cbc3fe54e (patch) | |
tree | de1d7d01df24f041d36a857d13df9a605c0b9107 /apps/files_sharing/appinfo/info.xml | |
parent | fd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9 (diff) | |
download | nextcloud-server-0a1f24142a71e82b59eebcf6c7886a5cbc3fe54e.tar.gz nextcloud-server-0a1f24142a71e82b59eebcf6c7886a5cbc3fe54e.zip |
Change public file from get.php to public.php
Diffstat (limited to 'apps/files_sharing/appinfo/info.xml')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index e31d3299f59..3e34d59abdf 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -12,7 +12,7 @@ <filesystem/> </types> <public> - <files>get.php</files> - <webdav>get.php</webdav> + <files>pulblic.php</files> + <webdav>public.php</webdav> </public> </info> |