Commit 2138f00e by halweg

fix : chache save serialize bug

parent 9e0a3c4f
...@@ -153,7 +153,7 @@ class MediaFeed extends Template { ...@@ -153,7 +153,7 @@ class MediaFeed extends Template {
} }
$feed = $this->getMediaByApi(); $feed = $this->getMediaByApi();
if (isset($feed['data'])) { if (isset($feed['data'])) {
$this->cacheFeed($feed); $this->cacheFeed($this->_json->serialize($feed));
} }
return $feed; return $feed;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment