no need to set dms and user twice in view

This commit is contained in:
Uwe Steinmann 2022-09-09 06:56:36 +02:00
parent 506f822147
commit 95111066f0

View File

@ -55,8 +55,6 @@ if(isset($_GET['documentid']) && $_GET['documentid'] && is_numeric($_GET['docume
}
if($view) {
$view->setParam('dms', $dms);
$view->setParam('user', $user);
$view->setParam('accessobject', $accessop);
$view->setParam('conversionmgr', $conversionmgr);
$view->setParam('onepage', $settings->_onePageMode); // do most navigation by reloading areas of pages with ajax