concretecms / addon_migration_tool

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

Pass subAreaName instead of subarea in AreaLayoutPublisher #69

Closed fabian closed 6 years ago

fabian commented 6 years ago

This caused an exception before for nested layouts, because it failed to convert the object $area to a string:

https://github.com/concrete5/addon_migration_tool/blob/0e7c157a1c786e41d72b92d0927f8b4b477aa711/packages/migration_tool/src/PortlandLabs/Concrete5/MigrationTool/Publisher/Block/AreaLayoutPublisher.php#L34-L35