diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index a7554f29ce..afc52329bc 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -4829,7 +4829,7 @@ class AttributeCaseLog extends AttributeLongText } if (strlen($sIndex) > 0) { - $aIndex = unserialize($sIndex); + $aIndex = utils::Unserialize($sIndex, ['allowed_classes' => false], false); $value = new ormCaseLog($sLog, $aIndex); } else { $value = new ormCaseLog($sLog);