Skip to content
Snippets Groups Projects
Unverified Commit 06cc9899 authored by JonGold's avatar JonGold
Browse files

fixes #2687: regression on group rebuild scheduled job

parent 97188211
Branches
Tags
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment