Skip to content

Commit 9e1132b

Browse files
authored
Apply suggestion from @swissspidy
1 parent c0c6b8a commit 9e1132b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Formatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct( &$assoc_args, $fields = null, $prefix = false ) {
4040
}
4141

4242
if ( 'time' !== $fields[0] ) {
43-
$index = array_search( $fields[0], $format_args['fields'], true );
43+
$index = array_search( $fields[0], $format_args['fields'], true );
4444
$this->total_cell_index = ( false !== $index ) ? $index : null;
4545
}
4646

0 commit comments

Comments
 (0)