mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
- added FIXME comment
This commit is contained in:
parent
63cfe03b8a
commit
39220c5a8d
|
@ -897,6 +897,8 @@ class LetoDMS_Core_Folder {
|
|||
}
|
||||
}
|
||||
else {
|
||||
// FIXME: Why not check the access list first and if this returns
|
||||
// not result, then use the default access?
|
||||
// Groups are a little more complex.
|
||||
if ($this->getDefaultAccess() >= M_READ) {
|
||||
// If the default access is at least READ-ONLY, then just make sure
|
||||
|
|
Loading…
Reference in New Issue
Block a user