Strange corner case, not sure if the fix is the good one, seems harmless for now...

SVN:trunk[523]
This commit is contained in:
Denis Flaven
2010-07-01 14:50:17 +00:00
parent 4531570070
commit 49a526c41b

View File

@@ -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)
{