Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
arily authored May 1, 2017
1 parent b114bec commit 63045fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function getBodyHtml() {
}
//print html tags
public function prn() {
if(!ob_start("ob_gzhandler")) ob_start();
ob_start();
$this->buffer = TRUE;
$head_html = FALSE;
$body_html = FALSE;
Expand Down

0 comments on commit 63045fd

Please sign in to comment.