removed pointless code duplication
This commit is contained in:
parent
34248921fc
commit
b6341e44b3
|
@ -394,11 +394,7 @@ SQL;
|
||||||
|
|
||||||
public function isStatic()
|
public function isStatic()
|
||||||
{
|
{
|
||||||
if ($this->block->getDbType() == "static") {
|
return $this->block->getDbType() == "static";
|
||||||
return true;
|
|
||||||
} else {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue