getkirby-v2 / toolkit

This is the deprecated toolkit for Kirby v2.
http://getkirby.com
81 stars 50 forks source link

Fixed recursive folder creation #258

Closed lukaskleinschmidt closed 7 years ago

lukaskleinschmidt commented 7 years ago

When you try to copy a folder inside itself you get a recurisve folder creation because the content of the folder is scanned after the creation of the destination folder.

https://github.com/lukaskleinschmidt/kirby-sortable/issues/38

lukasbestle commented 7 years ago

Could you please force-push this branch again without the whitespace changes? Thanks in advance!

lukasbestle commented 7 years ago

Thanks! A quick note for the future: Please always send PRs to the develop branch. :)