HOR-383
HOR-383
This commit is contained in:
@@ -754,8 +754,10 @@ class headPublisher
|
||||
$sjson = $oServerConf->getProperty($keyState);
|
||||
if ($sjson !== "") {
|
||||
$json = G::json_decode($sjson);
|
||||
foreach ($json as $key => $value) {
|
||||
$views[$key] = $value;
|
||||
if ((is_array($json) || is_object($json)) && sizeof($json)){
|
||||
foreach ($json as $key => $value) {
|
||||
$views[$key] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
$httpCookies = explode("; ", $_SERVER['HTTP_COOKIE']);
|
||||
|
||||
Reference in New Issue
Block a user