$res1['blogdata']
This commit is contained in:
@@ -52,7 +52,7 @@ class WrenchBlog extends BaseController
|
|||||||
$endpoint = "WRENCH_BLOG_DATA";
|
$endpoint = "WRENCH_BLOG_DATA";
|
||||||
$res1 = $this->getCache($endpoint);
|
$res1 = $this->getCache($endpoint);
|
||||||
$do_newRead = true;
|
$do_newRead = true;
|
||||||
if (isset($res1) && is_array($res1) && count($res1) > 0){
|
if (isset($res1) && is_array($res1) && count($res1) > 0 && isset($res1['blogdata']) && is_array($res1['blogdata']) && count($res1['blogdata']) > 0){
|
||||||
$do_newRead = false;
|
$do_newRead = false;
|
||||||
}
|
}
|
||||||
if ($do_newRead){
|
if ($do_newRead){
|
||||||
|
|||||||
Reference in New Issue
Block a user