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);