mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
"removed double include of mounted dirs in egw_vfs::find"
This commit is contained in:
parent
68dfe96fed
commit
3f5c03f91a
@ -314,18 +314,6 @@ class egw_vfs extends vfs_stream_wrapper
|
||||
{
|
||||
$base = array($base);
|
||||
}
|
||||
foreach($base as $path)
|
||||
{
|
||||
// check our fstab if we need to add some of the mountpoints
|
||||
$basepath = parse_url($path,PHP_URL_PATH);
|
||||
foreach(self::$fstab as $mounted => $src_url)
|
||||
{
|
||||
if (dirname($mounted) == $basepath)
|
||||
{
|
||||
$base[] = $mounted;
|
||||
}
|
||||
}
|
||||
}
|
||||
$result = array();
|
||||
foreach($base as $path)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user