fix regression in FolderNotify

This commit is contained in:
Uwe Steinmann 2024-05-27 19:23:52 +02:00
parent 41a438754a
commit 7c01e94015
2 changed files with 1 additions and 3 deletions

View File

@ -2,6 +2,7 @@
Changes in version 6.0.29
--------------------------------------------------------------------------------
- merge changes up to 5.1.36
- fix regression in FolderNotify
--------------------------------------------------------------------------------
Changes in version 6.0.28

View File

@ -48,9 +48,6 @@ if ($folder->getAccessMode($user) < M_READ) {
UI::exitError(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName()))),getMLText("access_denied"));
}
/* Create object for checking access to certain operations */
$accessop = new SeedDMS_AccessOperation($dms, null, $user, $settings);
if($view) {
$view->setParam('showtree', showtree());
$view->setParam('folder', $folder);