Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
* Fix #3397 : Graph is incomplete with utf characters
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncx committed Aug 10, 2015
1 parent 05d1c35 commit e7ca17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/class/centreonGraph.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ public function displayImageFlow() {
$return_value = proc_close($process);

/* Force no compress for image */
$this->setHeaders(false, strlen($str));
$this->setHeaders(false, mb_strlen($str, '8bit'));
print $str;
}
} else {
Expand Down

0 comments on commit e7ca17a

Please sign in to comment.