forked from extern/egroupware
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'
|
'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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user