-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable25] fix: don't emit Hooks when hookpaths are empty #39936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
linter is giving me 905 files lol |
|
Failing test is unrelated (acceptance-users) : |
f89b6bd to
e84230f
Compare
|
php-cs check passed for another PR (#40008) - so i will try and rebase this so it runs again. |
e84230f to
8d0047f
Compare
lib/private/Files/View.php
Outdated
| // moving a file/folder within the same mount point | ||
| // moving a file/folder within the same mount point | ||
| } elseif ($storage1 === $storage2) { | ||
| if ($storage1) { | ||
| $result = $storage1->rename($internalPath1, $internalPath2); | ||
| } else { | ||
| $result = false; | ||
| } | ||
| // moving a file/folder between storages (from $storage1 to $storage2) | ||
| // moving a file/folder between storages (from $storage1 to $storage2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the linter does not like this.
I'll move the comments into the respective block.
Signed-off-by: Anna Larch <[email protected]> Signed-off-by: Max <[email protected]>
8d0047f to
1e957b5
Compare
|
Thanks @max-nextcloud !!! Drone failure unrelated: |
|
Now if only someone could merge this despite the failing CI 🥺😉 |
Manual backport of #39481