mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/template-engine] Corrected an off-by-one error in nested namespaces.
This error resulted in a dot from the namespace being placed into variable reference in compiled template code, thus creating bogus compiled template code. PHPBB3-9726
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
top-level content
|
||||
<!-- BEGIN outer -->
|
||||
outer content
|
||||
outer {outer.VARIABLE}
|
||||
<!-- BEGIN inner -->
|
||||
inner content
|
||||
inner {inner.VARIABLE}
|
||||
<!-- IF outer.inner.S_FIRST_ROW -->
|
||||
first row
|
||||
<!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user