core: fix Folder_cut to check relations of sub-objects
This `o` was an unused variable. The initial intention was probably this.
Showing
-
Owner
I looked a bit more at the history of this code:
This code was added in 5d08412f which was at the time same as Folder_delete (with the same unused variable).
Then
Folder_delete
was changed ( in a6ec9f69 ) togetRelationCountForDeletion
. I'll see if we can usegetRelationCountForDeletion
here as well instead. -
mentioned in merge request !996 (merged)
Please register or sign in to comment