diff --git a/controllers/class.UpdateDocument.php b/controllers/class.UpdateDocument.php index 0f4851aa2..6c7b97838 100644 --- a/controllers/class.UpdateDocument.php +++ b/controllers/class.UpdateDocument.php @@ -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'];