mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12382] Event loop nesting inclusion applies to regular includes too
PHPBB3-12382
This commit is contained in:
@@ -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 -->]
|
||||
|
Reference in New Issue
Block a user