summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-04-07 21:55:16 +0000
committerTom Needham <needham.thomas@gmail.com>2012-04-07 21:55:16 +0000
commitc0869887cf91bf17421a9163069584d29ec5ed49 (patch)
tree920725089a1216a093b7c2892bbd6323777a1dc9 /apps/bookmarks
parent9edf45a324c2f1d4532d02e5c8fa37ebfa0c9dab (diff)
downloadnextcloud-server-c0869887cf91bf17421a9163069584d29ec5ed49.tar.gz
nextcloud-server-c0869887cf91bf17421a9163069584d29ec5ed49.zip
Return JSON for import and export methods of OC_Migrate
Diffstat (limited to 'apps/bookmarks')
-rw-r--r--apps/bookmarks/appinfo/migrate.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/bookmarks/appinfo/migrate.php b/apps/bookmarks/appinfo/migrate.php
index 603a8b72d3c..c1251e816ec 100644
--- a/apps/bookmarks/appinfo/migrate.php
+++ b/apps/bookmarks/appinfo/migrate.php
@@ -3,7 +3,6 @@ class OC_Migration_Provider_Bookmarks extends OC_Migration_Provider{
// Create the xml for the user supplied
function export( ){
- OC_Log::write('migration','starting export for bookmarks',OC_Log::INFO);
$options = array(
'table'=>'bookmarks',
'matchcol'=>'user_id',