N°4346 - Fix operator

This commit is contained in:
Molkobain
2021-11-15 12:08:28 +01:00
parent 4409162eb7
commit abb63182e3

View File

@@ -94,7 +94,7 @@ class AjaxRenderController
if (!$bExcludeRawValue) {
$oRawValue = $aObject[$sAlias]->Get($sAttCode);
if($oRawValue instanceof AttributeTagSet or $oRawValue instanceof ormSet ){
if(($oRawValue instanceof AttributeTagSet) || ($oRawValue instanceof ormSet)){
$aObj[$sAlias."/".$sAttCode."/raw"] = implode(", ", $oRawValue->GetValues());
} else {
$aObj[$sAlias."/".$sAttCode."/raw"] = $oRawValue;