Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kozubsky committed Dec 11, 2020
1 parent a5f1630 commit 53fa72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function start($name)
*/
public function push($name)
{
$this->appendSection = false; /* for backward compatibility */
$this->appendSection = true; /* for backward compatibility */
$this->sectionMode = self::SECTION_MODE_APPEND;
$this->start($name);
}
Expand Down

0 comments on commit 53fa72a

Please sign in to comment.