DirectorObjectForm: commands -> templates, not obj

This commit is contained in:
Thomas Gelf 2016-03-10 21:14:20 +01:00
parent 47ef93cf91
commit 98ffe3628d
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }