summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-02 19:02:41 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-05-02 19:02:41 +0200
commiteec7c3833c9c1f1e83549474d6ba4b34ce307761 (patch)
tree9342cf4b0f7a0221b495e7e32cb3f2aa1d502d55 /apps
parent10bbbc8cd2032485fa081ab1611843b648b900d0 (diff)
downloadnextcloud-server-eec7c3833c9c1f1e83549474d6ba4b34ce307761.tar.gz
nextcloud-server-eec7c3833c9c1f1e83549474d6ba4b34ce307761.zip
fix install
Diffstat (limited to 'apps')
-rw-r--r--apps/calendar/appinfo/install.php4
-rw-r--r--apps/contacts/appinfo/install.php4
-rw-r--r--apps/files/appinfo/install.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/apps/calendar/appinfo/install.php b/apps/calendar/appinfo/install.php
index c5a9a72f26f..fc5cd892394 100644
--- a/apps/calendar/appinfo/install.php
+++ b/apps/calendar/appinfo/install.php
@@ -1,4 +1,4 @@
<?php
if(!file_exists(OC::$WEBROOT.'/remote/caldav.php')){
- file_put_contents(OC::$WEBROOT.'/remote/caldav.php', file_get_contents(OC::$APPROOT . '/apps/calendar/appinfo/remote.php'));
-} \ No newline at end of file
+ file_put_contents(OC::$WEBROOT.'/remote/caldav.php', file_get_contents(OC::$APPSROOT . '/apps/calendar/appinfo/remote.php'));
+}
diff --git a/apps/contacts/appinfo/install.php b/apps/contacts/appinfo/install.php
index b87241b2db1..172ace5b1a6 100644
--- a/apps/contacts/appinfo/install.php
+++ b/apps/contacts/appinfo/install.php
@@ -1,4 +1,4 @@
<?php
if(!file_exists(OC::$WEBROOT.'/remote/carddav.php')){
- file_put_contents(OC::$WEBROOT.'/remote/carddav.php', file_get_contents(OC::$APPROOT . '/apps/contacts/appinfo/remote.php'));
-} \ No newline at end of file
+ file_put_contents(OC::$WEBROOT.'/remote/carddav.php', file_get_contents(OC::$APPSROOT . '/apps/contacts/appinfo/remote.php'));
+}
diff --git a/apps/files/appinfo/install.php b/apps/files/appinfo/install.php
index d00a1a321eb..8c1430900ae 100644
--- a/apps/files/appinfo/install.php
+++ b/apps/files/appinfo/install.php
@@ -1,4 +1,4 @@
<?php
if(!file_exists(OC::$WEBROOT.'/remote/webdav.php')){
- file_put_contents(OC::$WEBROOT.'/remote/webdav.php', file_get_contents(OC::$APPROOT . '/apps/files/appinfo/webdav.php'));
-} \ No newline at end of file
+ file_put_contents(OC::$WEBROOT.'/remote/webdav.php', file_get_contents(OC::$APPSROOT . '/apps/files/appinfo/webdav.php'));
+}