Skip to content
Snippets Groups Projects
Commit 61797d14 authored by pcurrier's avatar pcurrier
Browse files

Backport fix for #2687 from 5.40 branch

Original pull request: #20835
parent 9e715863
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