mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02: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;
|
$bMandatory = false;
|
||||||
$aAllowedValues = MetaModel::GetAllowedValues_att($sClass, $sAttCode, $aArgs);
|
$aAllowedValues = MetaModel::GetAllowedValues_att($sClass, $sAttCode, $aArgs);
|
||||||
if ($aArgs['default'][$sAttCode])
|
if (isset($aArgs['default'][$sAttCode]))
|
||||||
{
|
{
|
||||||
$oObj->Set($sAttCode, $aArgs['default'][$sAttCode]);
|
$oObj->Set($sAttCode, $aArgs['default'][$sAttCode]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user