mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Internal issue: automated tests generating lots of warning
SVN:trunk[1647]
This commit is contained in:
@@ -145,8 +145,7 @@ abstract class DBObject
|
|||||||
{
|
{
|
||||||
foreach(MetaModel::ListAttributeDefs(get_class($this)) as $sAttCode=>$oAttDef)
|
foreach(MetaModel::ListAttributeDefs(get_class($this)) as $sAttCode=>$oAttDef)
|
||||||
{
|
{
|
||||||
@$bIsLoaded = $this->m_aLoadedAtt[$sAttCode];
|
if (!isset($this->m_aLoadedAtt[$sAttCode]) || !$this->m_aLoadedAtt[$sAttCode])
|
||||||
if ($bIsLoaded !== true)
|
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user