]> source.dussan.org Git - nextcloud-server.git/commitdiff
Changed $APPROOT to $APPSROOT as in https://gitorious.org/owncloud/owncloud/merge_req...
authorThomas Tanghus <thomas@tanghus.net>
Fri, 4 May 2012 09:15:38 +0000 (11:15 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Fri, 4 May 2012 09:16:29 +0000 (11:16 +0200)
apps/calendar/appinfo/update.php
apps/contacts/appinfo/update.php
apps/files/appinfo/update.php

index 1c0424280891cb2cf5e0c71e4395761eed9ccb48..13d711b84cb1cc41091211f221520a262962111f 100755 (executable)
@@ -16,5 +16,5 @@ if (version_compare($installedVersion, '0.2.1', '<')) {
        }
 }
 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'));
+       file_put_contents(OC::$WEBROOT.'/remote/caldav.php', file_get_contents(OC::$APPSROOT . '/apps/calendar/appinfo/remote.php'));
 }
\ No newline at end of file
index b87241b2db1345c6073737f449064cba14de1b82..29bde6c052fbd70505f561da52dcbfef922a1ffe 100644 (file)
@@ -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'));
+       file_put_contents(OC::$WEBROOT.'/remote/carddav.php', file_get_contents(OC::$APPSROOT . '/apps/contacts/appinfo/remote.php'));
 }
\ No newline at end of file
index d00a1a321eb676edcef12f32e2e779dae44b0205..f7ad31f65178450d314f2fa284fe1a267f17c972 100644 (file)
@@ -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'));
+       file_put_contents(OC::$WEBROOT.'/remote/webdav.php', file_get_contents(OC::$APPSROOT . '/apps/files/appinfo/webdav.php'));
 }
\ No newline at end of file