mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
Fixed typo causing a warning on some PHP compilations
SVN:trunk[784]
This commit is contained in:
@@ -1325,7 +1325,7 @@ EOF
|
||||
{
|
||||
$bMandatory = false;
|
||||
$aAllowedValues = MetaModel::GetAllowedValues_att($sClass, $sAttCode, $aArgs);
|
||||
if ($aArgs['default'][$sAttCode])
|
||||
if (isset($aArgs['default'][$sAttCode]))
|
||||
{
|
||||
$oObj->Set($sAttCode, $aArgs['default'][$sAttCode]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user