DirectorObjectForm: remove obsolete method

This commit is contained in:
Thomas Gelf 2015-07-03 09:31:20 +02:00
parent 8c2939db60
commit 55ed08412c
1 changed files with 0 additions and 11 deletions

View File

@ -130,17 +130,6 @@ abstract class DirectorObjectForm extends QuickForm
$this->redirectOnSuccess($msg);
}
protected function storeGroupMembership()
{
if (! $this->object->supportsGroups()) {
return;
}
$this->object->groups()->set(
preg_split('/\s*,\s*/', $this->getValue('groups'), -1, PREG_SPLIT_NO_EMPTY)
)->store();
}
protected function optionalEnum($enum)
{
return array(