Compare commits
2 Commits
ce43abb954
...
ed0eb8225b
Author | SHA1 | Date | |
---|---|---|---|
ed0eb8225b | |||
0e655fd387 |
@ -33,6 +33,8 @@ class SectionToken implements ControlStructure {
|
|||||||
throw new \RuntimeException("A section closing tag {% endsection %} was found without an opening {% section %} tag");
|
throw new \RuntimeException("A section closing tag {% endsection %} was found without an opening {% section %} tag");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->action = PrintActionEnum::default;
|
||||||
|
|
||||||
return $this->printEndSection($context);
|
return $this->printEndSection($context);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user