mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 04:31:06 +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
67aa23f11b
commit
ada74b75fb
@ -1192,8 +1192,9 @@ class egw_link extends solink
|
|||||||
error_log(__METHOD__. ' (Link target ' . egw_vfs::decodePath($file) . ' not found!');
|
error_log(__METHOD__. ' (Link target ' . egw_vfs::decodePath($file) . ' not found!');
|
||||||
return false;
|
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);
|
return egw_vfs::symlink($file,$link);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user