DirectorObjectForm: remove (probably) useless hook

This commit is contained in:
Thomas Gelf 2015-07-30 12:54:54 +02:00
parent 8b9a212bf7
commit 10d2d513df
1 changed files with 0 additions and 3 deletions

View File

@ -344,9 +344,6 @@ $inherited = null; // Just testing
$this->moveSubmitToBottom();
if (! $this->hasBeenSubmitted()) {
$this->beforeValidation($this->object->getProperties());
}
return $this;
}