Skip to content

Commit

Permalink
Reverted old fix, but used error suppressor
Browse files Browse the repository at this point in the history
  • Loading branch information
erkie committed Dec 4, 2012
1 parent a1e6785 commit 20781d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/helpers/helpers.form.php
Expand Up @@ -343,6 +343,7 @@ public function getUnprintedErrors()

public function output($str)
{
@ob_flush();
$this->output[] = $str;
}

Expand Down

0 comments on commit 20781d6

Please sign in to comment.