git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@523 a333f486-631f-4898-b8df-5754b55c2be0
@@ -420,6 +420,7 @@ abstract class DBObject
}
else
{
+ $aAvailableFields = array();
// retrieve the "external fields" linked to this external key
foreach (MetaModel::GetExternalFields(get_class($this), $sAttCode) as $oExtField)