aboutsummaryrefslogtreecommitdiff
path: root/model/Relive.php
diff options
context:
space:
mode:
authorMaZderMind2015-04-03 14:56:10 +0200
committerMaZderMind2015-04-03 14:56:46 +0200
commitc769effbffbc5e0553acfc2400640e7ed824cd03 (patch)
treecca75378797490688aff199f9946cd50e3d53799 /model/Relive.php
parentf31ab92466b039b373d56b77f9f9796a1222cb38 (diff)
No Double-UTF8-Decode anymore
Diffstat (limited to '')
-rw-r--r--model/Relive.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/Relive.php b/model/Relive.php
index 3a8b15b..71a2e91 100644
--- a/model/Relive.php
+++ b/model/Relive.php
@@ -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) {