@@ -122,7 +122,7 @@ |
||
122 | 122 | $current_step = 0; |
123 | 123 | foreach ( $step_keys as $step_key ) { |
124 | 124 | if ( in_array( $step_key, self::$checklist['completed_steps'], true ) ) { |
125 | - $current_step++; |
|
125 | + $current_step ++; |
|
126 | 126 | } else { |
127 | 127 | break; |
128 | 128 | } |