This commit is contained in:
Dennis Eichhorn 2017-11-09 17:48:21 +01:00
parent 415843e5f9
commit a26b87e512

View File

@ -455,7 +455,6 @@ class Controller extends ModuleAbstract implements WebInterface
{
$account = AccountMapper::get($request->getData('id'));
$account->setName($request->getData('name'));
$account->setDescription($request->getData('desc'));
$status = AccountMapper::update($account);