1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-02-18 15:54:28 +01:00

load bookmarks provider class

This commit is contained in:
Tom Needham 2012-02-03 21:28:58 +00:00
parent 7ec723c753
commit 6412e7e25e

View File

@ -13,3 +13,4 @@ class OC_Migrate_Provider_Bookmarks extends OC_Migrate_Provider{
return $xml; return $xml;
} }
} }
new OC_Migrate_Provider_Bookmarks('bookmarks');