Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JasWSInc committed Apr 25, 2014
1 parent f0603a4 commit 80aecaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick-cache-pro/includes/advanced-cache.tpl.php
Expand Up @@ -1209,7 +1209,7 @@ public function disable_wp_ob_end_flush_all_e_notice()
public function output_buffer_callback_handler($buffer, $phase)
{
if(!($phase & PHP_OUTPUT_HANDLER_END)) // We do NOT chunk the buffer; so this should NOT occur.
throw new \exception(sprintf(__('Unexpected OB phase: `%1$s` on `%2$s`.', $this->text_domain), $phase));
throw new \exception(sprintf(__('Unexpected OB phase: `%1$s`.', $this->text_domain), $phase));

# Exclusion checks; there are MANY of these...

Expand Down

0 comments on commit 80aecaf

Please sign in to comment.