iseet values
This commit is contained in:
@@ -118,7 +118,7 @@ class BaseController extends Controller
|
|||||||
protected function getBlogItems() :array {
|
protected function getBlogItems() :array {
|
||||||
$siteData =[];
|
$siteData =[];
|
||||||
|
|
||||||
if ( count( $this->session->get("siteData")) > 0 ){
|
if ( $this->session->get("siteData") !== null && count( $this->session->get("siteData")) > 0 ){
|
||||||
return $this->session->get("siteData");
|
return $this->session->get("siteData");
|
||||||
}
|
}
|
||||||
$out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/coregrade',[]);
|
$out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/coregrade',[]);
|
||||||
|
|||||||
Reference in New Issue
Block a user