Skip to content
Snippets Groups Projects
Commit 5edcb1cc authored by Alexander Hass's avatar Alexander Hass
Browse files

Issue #1926558 by hass: Block extraction re-scans fail.

parent 0afa8bad
No related branches found
No related tags found
No related merge requests found
linkchecker 7.x-dev, nightly
----------------------------
* Issue #1926558 by hass: Block extraction re-scans fail.
linkchecker 7.x-1.1, February 14, 2012
--------------------------------------
......
......@@ -313,7 +313,7 @@ function _linkchecker_batch_single_comment_import_finished($success, $results, $
function _linkchecker_batch_import_single_block_custom($bid, $missing_links_count) {
$operations = array();
for ($i = 0; $i <= $missing_links_count; $i = $i + LINKCHECKER_SCAN_MAX_LINKS_PER_RUN) {
$operations[] = array('_linkchecker_batch_single_block_custom_import_op', array($nid));
$operations[] = array('_linkchecker_batch_single_block_custom_import_op', array($bid));
}
$batch = array(
'file' => drupal_get_path('module', 'linkchecker') . '/linkchecker.batch.inc',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment