Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linkchecker-3247797
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
linkchecker-3247797
Commits
b580073f
Commit
b580073f
authored
11 years ago
by
Alexander Hass
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1926558
by hass: Block extraction re-scans fail
parent
0caac65a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+1
-0
1 addition, 0 deletions
CHANGELOG.txt
includes/linkchecker.batch.inc
+1
-1
1 addition, 1 deletion
includes/linkchecker.batch.inc
with
2 additions
and
1 deletion
CHANGELOG.txt
+
1
−
0
View file @
b580073f
linkchecker 6.x-dev, nightly
----------------------------
* Issue #1926558 by hass: Block extraction re-scans fail.
linkchecker 6.x-2.7, February 14, 2012
--------------------------------------
...
...
This diff is collapsed.
Click to expand it.
includes/linkchecker.batch.inc
+
1
−
1
View file @
b580073f
...
...
@@ -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
(
$
n
id
));
$operations
[]
=
array
(
'_linkchecker_batch_single_box_import_op'
,
array
(
$
b
id
));
}
$batch
=
array
(
'file'
=>
drupal_get_path
(
'module'
,
'linkchecker'
)
.
'/includes/linkchecker.batch.inc'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment