aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/app.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-05 20:43:11 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-05 20:43:11 +0200
commit6c2fc0cbe853027e265fdf9f1b05b75c5f92c187 (patch)
treece33840d3f2058cc5e1a2c1cd82f91f9abc2c7ad /apps/files/appinfo/app.php
parent6330fdad08a8657c0a98753aae82dbad4339ed74 (diff)
downloadnextcloud-server-6c2fc0cbe853027e265fdf9f1b05b75c5f92c187.tar.gz
nextcloud-server-6c2fc0cbe853027e265fdf9f1b05b75c5f92c187.zip
fix writing of webdav.php
Diffstat (limited to 'apps/files/appinfo/app.php')
-rwxr-xr-xapps/files/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php
index 5611acd2abc..3f4e1705fb0 100755
--- a/apps/files/appinfo/app.php
+++ b/apps/files/appinfo/app.php
@@ -10,5 +10,5 @@ OCP\App::addNavigationEntry( array( "id" => "files_index", "order" => 0, "href"
OC_Search::registerProvider('OC_Search_Provider_File');
if(!file_exists(OC::$SERVERROOT.'/remote/webdav.php')){
- file_put_contents(OC::$SERVERROOT.'/remote/webdav.php', file_get_contents(OC::$APPSROOT . '/apps/files/appinfo/webdav.php'));
+ file_put_contents(OC::$SERVERROOT.'/remote/webdav.php', file_get_contents(OC::$APPSROOT . '/apps/files/appinfo/remote.php'));
} \ No newline at end of file