fix getting view parameter 'onevotereject'

This commit is contained in:
Uwe Steinmann 2019-10-18 07:23:20 +02:00
parent 95aede5c2b
commit 7e3f490b57

View File

@ -38,7 +38,7 @@ class SeedDMS_Controller_ReviseDocument extends SeedDMS_Controller_Common {
* if one has rejected it. So in the very end the doc is rejected, but
* doc remainѕ in S_IN_REVISION until all have revised the doc
*/
$onevotereject = $this->param['onevotereject'];
$onevotereject = $this->params['onevotereject'];
/* Get the document id and name before removing the document */
$docname = $document->getName();