don't distribute when restoring archived delicious bookmarks
This commit is contained in:
parent
3fea4aba7f
commit
2d576aea30
@ -101,7 +101,8 @@ class DeliciousBookmarkImporter extends QueueHandler
|
||||
$url,
|
||||
$tags,
|
||||
$description,
|
||||
array('created' => $created));
|
||||
array('created' => $created,
|
||||
'distribute' => false));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user