From 7c01e94015962ac43f1ef584fe5c2c66a55c3a5b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 27 May 2024 19:23:52 +0200 Subject: [PATCH] fix regression in FolderNotify --- CHANGELOG | 1 + out/out.FolderNotify.php | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 87072566b..70973b2e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/out/out.FolderNotify.php b/out/out.FolderNotify.php index 03c472df2..514055acf 100644 --- a/out/out.FolderNotify.php +++ b/out/out.FolderNotify.php @@ -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);