Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from cesco69/patch-1
Browse files Browse the repository at this point in the history
Fix undefined variable: debug
  • Loading branch information
charlesLF authored Oct 4, 2016
2 parents 98b0899 + 4555d04 commit d4f6922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Minify_MinifiedFileRequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ function finish_with_error( $error, $quiet = false, $report_about_error = true )

$message = '<h1>W3TC Minify Error</h1>';

$debug = false;
if ( $debug ) {
$message .= sprintf( '<p>%s.</p>', $error );
} else {
Expand Down

0 comments on commit d4f6922

Please sign in to comment.