summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/lib
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-02-03 21:28:58 +0000
committerTom Needham <needham.thomas@gmail.com>2012-02-03 21:28:58 +0000
commit1133eaa679558a3f88a4678de977734533c29507 (patch)
tree2bf60406cece5a1c21f845355b540f2b749b1dfe /apps/bookmarks/lib
parentee88ded463b24a9b9cd8ba78a5df8657159eeef8 (diff)
downloadnextcloud-server-1133eaa679558a3f88a4678de977734533c29507.tar.gz
nextcloud-server-1133eaa679558a3f88a4678de977734533c29507.zip
load bookmarks provider class
Diffstat (limited to 'apps/bookmarks/lib')
-rw-r--r--apps/bookmarks/lib/migrate.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/bookmarks/lib/migrate.php b/apps/bookmarks/lib/migrate.php
index d5a6a75ca82..bfbe3fc5830 100644
--- a/apps/bookmarks/lib/migrate.php
+++ b/apps/bookmarks/lib/migrate.php
@@ -13,3 +13,4 @@ class OC_Migrate_Provider_Bookmarks extends OC_Migrate_Provider{
return $xml;
}
}
+new OC_Migrate_Provider_Bookmarks('bookmarks'); \ No newline at end of file