diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-03-03 14:35:17 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-03-03 14:35:17 +0000 |
commit | 34f05ba180792afb40d953b6cf8595a4513eb972 (patch) | |
tree | 560dedbed61d7b85d6a9f3ce895469d8e79e1fc8 /apps/bookmarks | |
parent | 188a304625b8ddb597505f69bc34487806b5b18e (diff) | |
download | nextcloud-server-34f05ba180792afb40d953b6cf8595a4513eb972.tar.gz nextcloud-server-34f05ba180792afb40d953b6cf8595a4513eb972.zip |
Udpdate bookmarks migration provider. App version included in export.
Diffstat (limited to 'apps/bookmarks')
-rw-r--r-- | apps/bookmarks/lib/migrate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/lib/migrate.php b/apps/bookmarks/lib/migrate.php index 86a5b957257..c655154d41b 100644 --- a/apps/bookmarks/lib/migrate.php +++ b/apps/bookmarks/lib/migrate.php @@ -63,7 +63,7 @@ class OC_Migrate_Provider_Bookmarks extends OC_Migrate_Provider{ } } - return $bookmarks; + return $doc; } |