Skip to content

Commit

Permalink
Merge pull request #1 from SergeyBiryukov/master
Browse files Browse the repository at this point in the history
Silence ob_flush() and flush() to avoid notice
  • Loading branch information
Viper007Bond committed Mar 9, 2015
2 parents aeddd9d + 13731ab commit 9282696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new-post-format-unmigrator.php
Expand Up @@ -387,8 +387,8 @@ public function admin_page() {
* Flushes the current buffer to the page.
*/
public function flush() {
ob_flush();
flush();
@ob_flush();
@flush();
}
}

Expand Down

0 comments on commit 9282696

Please sign in to comment.