mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +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