mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
backport from master
This commit is contained in:
parent
c22fc8c004
commit
2be005f2b9
@ -496,7 +496,7 @@ class Sharing extends \EGroupware\Api\Sharing
|
||||
'share_id', 'share_path', 'share_owner'
|
||||
),
|
||||
array(
|
||||
"share_path LIKE '$path'"
|
||||
"share_path LIKE " . $GLOBALS['egw']->db->quote($path)
|
||||
),
|
||||
__LINE__, __FILE__, false) as $share)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user