mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 01:59:39 +01:00
fixed typo preventing non-root access
This commit is contained in:
parent
ce1afa2ce8
commit
ea5cda5310
@ -898,7 +898,7 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
|
|||||||
// if we are not root, we need to make sure the user has the right to tranverse all partent directories (read-rights)
|
// if we are not root, we need to make sure the user has the right to tranverse all partent directories (read-rights)
|
||||||
if (!egw_vfs::$is_root)
|
if (!egw_vfs::$is_root)
|
||||||
{
|
{
|
||||||
$query .= ' AND '.$sql_read_acl;
|
$query .= ' AND '.self::_sql_readable();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user