forked from extern/egroupware
remove if from symlink (seems to be leftover), if destination does not exist if causes symlink not to be created
This commit is contained in:
parent
c67fd7c7ee
commit
89bf32bb59
@ -1435,7 +1435,7 @@
|
||||
*/
|
||||
function symlink($from,$to,$relatives = '')
|
||||
{
|
||||
if ($this->file_exists ($to, array ($relatives[1])))
|
||||
// echo "<p>vfs->symlink('$from','$to')</p>\n";
|
||||
|
||||
return $this->cp ($from, $to, $relatives, True);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user