-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.10
-
Fix Version/s: 3.1.11-RC1
-
Component/s: Template Engine
-
Labels:
In the alter_block_array method of the template class, it should be possible to access a template loop element as outter[3].inner, indicating the inner loop within the fourth (counting from 0) outer loop. The code in fact implements this.
However, if this construct is used, a php Debug error is thrown (unknown index for array).