N°976 PHP Warning on not initialized variable $sHTMLValue in cmdbAbstractObject::GetFormElementForField().

SVN:trunk[4887]
This commit is contained in:
Guillaume Lajarige
2017-08-31 14:52:44 +00:00
parent 0c5df83a95
commit a1e5b32e49

View File

@@ -1790,6 +1790,7 @@ EOF
$iInputId = $oPage->GetUniqueId();
}
$sHTMLValue = '';
if (!$oAttDef->IsExternalField())
{
$bMandatory = 'false';