Skip to content
Snippets Groups Projects
Unverified Commit ff90f972 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

bugfix: Do not mix Template::show() and Template::send().

parent 5621c6e0
No related branches found
No related tags found
No related merge requests found
......@@ -467,7 +467,6 @@ class Template extends Response
*/
public function show()
{
$this->send();
echo $this->getContents();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment