SyncPropertyForm: coding style cleanup

This commit is contained in:
Thomas Gelf 2015-07-28 11:43:40 +02:00
parent 87958a693f
commit 3192700d3a

View File

@ -61,16 +61,6 @@ class SyncPropertyForm extends DirectorObjectForm
return $this;
}
public function onSuccess()
{
/*
$this->getElement('owner')->setValue(
self::username()
);
*/
parent::onSuccess();
}
public function setDb($db)
{
parent::setDb($db);