iseet values

This commit is contained in:
CHIEFSOFT\ameye
2025-06-22 09:20:06 -04:00
parent fcae29a949
commit bd378ab39f
+1 -1
View File
@@ -118,7 +118,7 @@ class BaseController extends Controller
protected function getBlogItems() :array {
$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");
}
$out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/coregrade',[]);