mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Link was missing if application entry directory already exists.
Fixes unable to symlink existing entries to vfs
This commit is contained in:
parent
025f31872f
commit
a0d2956bb6
@ -1192,8 +1192,9 @@ class egw_link extends solink
|
||||
error_log(__METHOD__. ' (Link target ' . egw_vfs::decodePath($file) . ' not found!');
|
||||
return false;
|
||||
}
|
||||
$link = egw_vfs::concat($app_path,egw_vfs::basename($file));
|
||||
}
|
||||
|
||||
$link = egw_vfs::concat($app_path,egw_vfs::basename($file));
|
||||
return egw_vfs::symlink($file,$link);
|
||||
}
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user