Skip to content

Commit

Permalink
Merge pull request #1946 from ThemeFuse/issue#24158
Browse files Browse the repository at this point in the history
Fix: bagrinsergiu/blox-editor#24158 - Solving the error because of wh…
  • Loading branch information
ViorelEremia authored Oct 20, 2023
2 parents 499d1a5 + 8768e4d commit 5c6ac47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/crop-proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public function process_query() {

do_action( 'brizy_before_send_asset' );

ob_end_clean();

$this->send_file( $croppedPath );

} catch ( Exception $e ) {
Expand Down

0 comments on commit 5c6ac47

Please sign in to comment.