Skip to content

Commit

Permalink
Merge pull request #46 from dfmedia/develop
Browse files Browse the repository at this point in the history
Updating master w/ develop
  • Loading branch information
CodeProKid authored Nov 6, 2017
2 parents 5c6dd32 + 1b4bf4f commit 82f364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ private function format_output( $transients, $assoc_args ) {

if ( ! empty( $assoc_args['fields'] ) ) {
if ( is_string( $assoc_args['fields'] ) ) {
$fields = explode( ',', $assoc_args );
$fields = explode( ',', $assoc_args['fields'] );
} else {
$fields = $assoc_args['fields'];
}
Expand Down

0 comments on commit 82f364a

Please sign in to comment.