mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-20 11:31:55 +02:00
backport from master
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user