aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/install.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-22 16:12:44 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-27 12:10:06 +0100
commit07a5c2658373f310c707a184e40201685cb04622 (patch)
treef25b23f495abf127319fd99213cc317a1e32f9ee /apps/dav/appinfo/install.php
parentea9331062353c45498c6b455690bb143c776830e (diff)
downloadnextcloud-server-07a5c2658373f310c707a184e40201685cb04622.tar.gz
nextcloud-server-07a5c2658373f310c707a184e40201685cb04622.zip
Add app to migrate contacts and calendars
Add group sharing migration Migrate all users
Diffstat (limited to 'apps/dav/appinfo/install.php')
-rw-r--r--apps/dav/appinfo/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/appinfo/install.php b/apps/dav/appinfo/install.php
index aaa36052cd2..f6ef533958e 100644
--- a/apps/dav/appinfo/install.php
+++ b/apps/dav/appinfo/install.php
@@ -23,3 +23,4 @@ use OCA\Dav\AppInfo\Application;
$app = new Application();
$app->setupCron();
+$app->migrateAddressbooks();