backport from master

This commit is contained in:
Ralf Becker 2021-02-16 22:05:45 +02:00
parent c22fc8c004
commit 2be005f2b9

View File

@ -496,7 +496,7 @@ class Sharing extends \EGroupware\Api\Sharing
'share_id', 'share_path', 'share_owner' 'share_id', 'share_path', 'share_owner'
), ),
array( array(
"share_path LIKE '$path'" "share_path LIKE " . $GLOBALS['egw']->db->quote($path)
), ),
__LINE__, __FILE__, false) as $share) __LINE__, __FILE__, false) as $share)
{ {