correction du problème d'encodage signalé sur le forum : http://www.nojhan.net/geekscottes/forum/viewtopic.php?id=214
This commit is contained in:
parent
5b07fb8d21
commit
0d66093946
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ class strip_manager
|
|||
if (!$fh) {
|
||||
$this->general->wotd = $this->lang->forum_error;
|
||||
} else {
|
||||
$this->general->wotd = stream_get_contents($fh);
|
||||
$this->general->wotd = utf8_encode(stream_get_contents($fh));
|
||||
fclose($fh);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue