removed pointless code duplication
This commit is contained in:
parent
34248921fc
commit
b6341e44b3
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue