remove SeedDMS_AccessOperation

This commit is contained in:
Uwe Steinmann 2021-05-12 09:37:27 +02:00
parent 1e20ddcddf
commit 67511017bd

View File

@ -44,8 +44,6 @@ if (isset($_REQUEST["hash"]) && strlen($_REQUEST["hash"])>0) {
$tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME']));
$view = UI::factory($theme, $tmp[1], array('dms'=>$dms, 'referuri'=>$referuri, 'hash'=>$hash, 'passwordstrength'=>$settings->_passwordStrength));
$accessop = new SeedDMS_AccessOperation($dms, null, $user, $settings);
if($view) {
$view->setParam('accessobject', $accessop);
$view($_GET);
}