mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-30 21:42:55 +02:00
Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. Added tests. PHPBB3-14994