Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
xmlsitemap
Commits
d06e65cd
Commit
d06e65cd
authored
Apr 08, 2010
by
Dave Reid
Browse files
by Dave Reid: Fixed bug in xmlsitemap_run_progressive_batch().
parent
abbaba1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
xmlsitemap.module
View file @
d06e65cd
...
@@ -1140,7 +1140,7 @@ function xmlsitemap_context_check(array $context) {
...
@@ -1140,7 +1140,7 @@ function xmlsitemap_context_check(array $context) {
*/
*/
function
xmlsitemap_run_progressive_batch
()
{
function
xmlsitemap_run_progressive_batch
()
{
$args
=
func_get_args
();
$args
=
func_get_args
();
$batch_callback
=
array_shift
();
$batch_callback
=
array_shift
(
$args
);
// Build the batch array.
// Build the batch array.
$batch
=
call_user_func_array
(
$batch_callback
,
$args
);
$batch
=
call_user_func_array
(
$batch_callback
,
$args
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment