diff --git a/controllers/class.ReviseDocument.php b/controllers/class.ReviseDocument.php index ccee171e5..94f085d6d 100644 --- a/controllers/class.ReviseDocument.php +++ b/controllers/class.ReviseDocument.php @@ -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();