mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
No Double-UTF8-Decode anymore
This commit is contained in:
parent
f31ab92466
commit
c769effbff
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ class Relive extends ModelBase
|
|||
return $talks_by_id;
|
||||
|
||||
$talks = file_get_contents($this->getJsonUrl());
|
||||
$talks = utf8_decode($talks);
|
||||
$talks = (array)json_decode($talks, true);
|
||||
|
||||
usort($talks, function($a, $b) {
|
||||
|
|
Loading…
Reference in a new issue