mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:04 +01:00
Check & set context for filesystem:// too
This commit is contained in:
parent
0d32bb6e5c
commit
fe91205192
@ -45,6 +45,9 @@ use EGroupware\Api\Vfs;
|
|||||||
*/
|
*/
|
||||||
class StreamWrapper implements Vfs\StreamWrapperIface
|
class StreamWrapper implements Vfs\StreamWrapperIface
|
||||||
{
|
{
|
||||||
|
|
||||||
|
use Vfs\UserContextTrait;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Scheme / protocol used for this stream-wrapper
|
* Scheme / protocol used for this stream-wrapper
|
||||||
*/
|
*/
|
||||||
@ -572,6 +575,7 @@ class StreamWrapper implements Vfs\StreamWrapperIface
|
|||||||
*/
|
*/
|
||||||
function url_stat ( $url, $flags )
|
function url_stat ( $url, $flags )
|
||||||
{
|
{
|
||||||
|
$this->check_set_context($url);
|
||||||
$parts = Vfs::parse_url($url);
|
$parts = Vfs::parse_url($url);
|
||||||
$path = Vfs::decodePath($parts['path']);
|
$path = Vfs::decodePath($parts['path']);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user