handle moveFromStorage within the same storage even when storage wrappers are...
handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage
the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that
Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this
Signed-off-by:
Robin Appelman <robin@icewind.nl>
Showing
- lib/private/Files/Storage/Common.php 29 additions, 1 deletionlib/private/Files/Storage/Common.php
- lib/private/Files/Storage/Wrapper/Jail.php 8 additions, 0 deletionslib/private/Files/Storage/Wrapper/Jail.php
- tests/lib/Files/Storage/CommonTest.php 97 additions, 20 deletionstests/lib/Files/Storage/CommonTest.php
Loading
Please register or sign in to comment