No Double-UTF8-Decode anymore

This commit is contained in:
MaZderMind 2015-04-03 14:56:10 +02:00
parent f31ab92466
commit c769effbff

View file

@ -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) {