From 6c2fc0cbe853027e265fdf9f1b05b75c5f92c187 Mon Sep 17 00:00:00 2001
From: Georg Ehrke <dev@georgswebsite.de>
Date: Sat, 5 May 2012 20:43:11 +0200
Subject: [PATCH] fix writing of webdav.php

---
 apps/files/appinfo/app.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab