Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
906d150f
Unverified
Commit
906d150f
authored
3 years ago
by
Eileen McNaughton
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #20835 from MegaphoneJon/core-2687
fixes
#2687
: regression on group rebuild scheduled job
parents
735dc4c1
06cc9899
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Contact/BAO/GroupContactCache.php
+2
-0
2 additions, 0 deletions
CRM/Contact/BAO/GroupContactCache.php
with
2 additions
and
0 deletions
CRM/Contact/BAO/GroupContactCache.php
+
2
−
0
View file @
906d150f
...
...
@@ -129,6 +129,8 @@ AND (
$groupIDs
=
(
array
)
$groupIDs
;
}
// Treat the default help text in Scheduled Jobs as equivalent to no limit.
$limit
=
(
int
)
$limit
;
$processGroupIDs
=
self
::
getGroupsNeedingRefreshing
(
$groupIDs
,
$limit
);
if
(
!
empty
(
$processGroupIDs
))
{
...
...
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