FIX Q
This commit is contained in:
@@ -52,8 +52,9 @@ class WrenchBlog extends BaseController
|
||||
return $data;
|
||||
}
|
||||
|
||||
public function mobileBlogData($endpoint,$raw_array)
|
||||
public function mobileBlogData()
|
||||
{
|
||||
$endpoint = "WRENCH_MOBILE_BLOG_DATA";
|
||||
$res1 = $this->getCache($endpoint);
|
||||
if (count($res1)==0){
|
||||
$rawData = $this->apiData(0);
|
||||
|
||||
Reference in New Issue
Block a user