mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
- added FIXME comment
This commit is contained in:
parent
63cfe03b8a
commit
39220c5a8d
|
@ -897,6 +897,8 @@ class LetoDMS_Core_Folder {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
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.
|
// Groups are a little more complex.
|
||||||
if ($this->getDefaultAccess() >= M_READ) {
|
if ($this->getDefaultAccess() >= M_READ) {
|
||||||
// If the default access is at least READ-ONLY, then just make sure
|
// If the default access is at least READ-ONLY, then just make sure
|
||||||
|
|
Loading…
Reference in New Issue
Block a user