mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix regression in FolderNotify
This commit is contained in:
parent
41a438754a
commit
7c01e94015
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user