Skip to content

Commit

Permalink
Merge pull request #230 from humanmade/fix-223-parse-error
Browse files Browse the repository at this point in the history
Fix-223 - Parse Error
  • Loading branch information
roborourke authored Nov 13, 2024
2 parents 51c8dc0 + 4c295d4 commit b93f8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/cropper/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ function filter_attachment_meta_data( $data, $attachment_id ) {
return $data;
}

if ( empty( $data['file'] ) {
if ( empty( $data['file'] ) ) {
return $data;
}

Expand Down

0 comments on commit b93f8fc

Please sign in to comment.