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

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

parent 0caac65a
No related branches found
No related tags found
No related merge requests found
linkchecker 6.x-dev, nightly
----------------------------
* Issue #1926558 by hass: Block extraction re-scans fail.
linkchecker 6.x-2.7, February 14, 2012
--------------------------------------
......
......@@ -246,7 +246,7 @@ function _linkchecker_batch_single_comment_import_finished($success, $results, $
function _linkchecker_batch_import_single_box($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_box_import_op', array($nid));
$operations[] = array('_linkchecker_batch_single_box_import_op', array($bid));
}
$batch = array(
'file' => drupal_get_path('module', 'linkchecker') .'/includes/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