mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12382] Event loop nesting inclusion applies to regular includes too
PHPBB3-12382
This commit is contained in:
parent
d18f19a3bb
commit
c5660ed177
2 changed files with 2 additions and 3 deletions
|
@ -330,7 +330,6 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
|
|||
array(),
|
||||
"[bar|[bar|]][bar1|[bar1|[bar1|works]]]",
|
||||
array(),
|
||||
'Included files are missing opened parent loops: PHPBB3-12382',
|
||||
),
|
||||
/* Does not pass with the current implementation.
|
||||
array(
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[{test_loop.foo}|
|
||||
<!-- BEGIN inner -->
|
||||
<!-- BEGIN test_loop.inner -->
|
||||
[{test_loop.foo}|
|
||||
{test_loop.inner.myinner}]
|
||||
<!-- END inner -->]
|
||||
<!-- END test_loop.inner -->]
|
||||
|
|
Loading…
Add table
Reference in a new issue