Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-02 21:02:41 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-02 21:02:41 +0400
commiteec7c3833c9c1f1e83549474d6ba4b34ce307761 (patch)
tree9342cf4b0f7a0221b495e7e32cb3f2aa1d502d55 /apps/calendar
parent10bbbc8cd2032485fa081ab1611843b648b900d0 (diff)
fix install
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/appinfo/install.php4
1 files changed, 2 insertions, 2 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'));
+}