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,
|
$url,
|
||||||
$tags,
|
$tags,
|
||||||
$description,
|
$description,
|
||||||
array('created' => $created));
|
array('created' => $created,
|
||||||
|
'distribute' => false));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user