Project

General

Profile

« Previous | Next » 

Revision c181ebe1

Added by Marcos M 5 months ago

Add a sequence number to each rule during rule sort. Fix #16076

The 'for' loop first checks if the rule at that iteration exists and
breaks if not. When the rules array contains a gap, the 'for' loop breaks
early and potentially misses additional rules that need to be sorted. Fix
this issue by switching to a 'foreach' loop.

  • added
  • modified
  • copied
  • renamed
  • deleted