mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 22:40:23 +01:00
Fixed problem with move_files function always returning false
This commit is contained in:
parent
26f08e7149
commit
5a7daf61aa
@ -1700,7 +1700,11 @@ class egw_vfs extends vfs_stream_wrapper
|
|||||||
++$errs;
|
++$errs;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $errs == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user