mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-21 11:41:47 +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'
|
'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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user