there is no parameter 'name'

This commit is contained in:
Uwe Steinmann 2019-03-14 07:47:53 +01:00
parent d71d78138b
commit e7f195f921

View File

@ -35,7 +35,6 @@ class SeedDMS_Controller_UpdateDocument extends SeedDMS_Controller_Common {
return null;
}
$name = $this->getParam('name');
$comment = $this->getParam('comment');
$dms = $this->params['dms'];
$user = $this->params['user'];