DirectorObjectForm: commands -> templates, not obj
This commit is contained in:
parent
47ef93cf91
commit
98ffe3628d
|
@ -1033,7 +1033,7 @@ print_r($object);
|
||||||
|
|
||||||
protected function addCheckCommandElements()
|
protected function addCheckCommandElements()
|
||||||
{
|
{
|
||||||
if ($this->isTemplate()) {
|
if (! $this->isTemplate()) {
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1050,7 +1050,7 @@ print_r($object);
|
||||||
|
|
||||||
protected function addCheckExecutionElements()
|
protected function addCheckExecutionElements()
|
||||||
{
|
{
|
||||||
if ($this->isTemplate()) {
|
if (! $this->isTemplate()) {
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue