mirror of
https://github.com/Combodo/iTop.git
synced 2026-07-15 19:26:39 +02:00
test and corrections
This commit is contained in:
@@ -94,7 +94,7 @@ abstract class AbstractFormBlock implements IFormBlock
|
||||
*/
|
||||
public function IsRootBlock(): bool
|
||||
{
|
||||
return $this->oParent !== null;
|
||||
return $this->oParent === null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user