Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Do not exit after a template has been output (see #5570)
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Sep 16, 2013
1 parent da0a5fb commit 1ed67f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions system/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Contao Open Source CMS Changelog
Version 3.1.3 (2013-XX-XX)
--------------------------

### Fixed
Do not exit after a template has been output (see #5570).

### Changed
Drop the database query cache (see #6070). This renders `executeUncached()` and
`executeCached()` deprecated. Use `execute()` instead.
Expand Down
1 change: 0 additions & 1 deletion system/modules/core/library/Contao/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ public function output()
}

echo $this->strBuffer;
exit; // see #4565
}


Expand Down

0 comments on commit 1ed67f0

Please sign in to comment.