get name and comment from parameters after preUpdateDocument has been called

This commit is contained in:
Uwe Steinmann 2017-06-23 12:58:36 +02:00
parent 9927d76b9d
commit 500bade66a

View File

@ -35,6 +35,8 @@ 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'];
$document = $this->params['document'];