concretecms / addon_migration_tool

Repository for the concrete5 Migration tool (legacy and modern versions.)
27 stars 25 forks source link

Fix typo on creating parent pages #80

Closed hissy closed 4 years ago

hissy commented 4 years ago

Migration Tool will create the same parent page multiple times due to this typo.

- $data['handle']
+ $data['cHandle']