diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-04 11:15:38 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-04 11:16:29 +0200 |
commit | 2296521a2efe8c7f0c26b94ddb5a8d1de28a1b3b (patch) | |
tree | e7da575784d567fdc168ff012124167fdd14995d /apps/calendar/appinfo | |
parent | eab4a05d78af19221be79d3a368dc1385355f826 (diff) | |
download | nextcloud-server-2296521a2efe8c7f0c26b94ddb5a8d1de28a1b3b.tar.gz nextcloud-server-2296521a2efe8c7f0c26b94ddb5a8d1de28a1b3b.zip |
Changed $APPROOT to $APPSROOT as in https://gitorious.org/owncloud/owncloud/merge_requests/116
Diffstat (limited to 'apps/calendar/appinfo')
-rwxr-xr-x | apps/calendar/appinfo/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/appinfo/update.php b/apps/calendar/appinfo/update.php index 1c042428089..13d711b84cb 100755 --- a/apps/calendar/appinfo/update.php +++ b/apps/calendar/appinfo/update.php @@ -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 |