Skip to content

Commit

Permalink
Fix @issues/804
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheraud committed Aug 26, 2024
1 parent ed76069 commit adcbdd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/cck/base/list/list_inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@
}

$countStages = count( $stages );
$items = array();

if ( $countStages ) {
for( $stage = 1; $stage <= $countStages; $stage++ ) {
Expand Down

0 comments on commit adcbdd5

Please sign in to comment.