Erste lauffähige Umgebung
This commit is contained in:
@@ -82,7 +82,7 @@ class StandardView
|
||||
public function render()
|
||||
{
|
||||
ob_start();
|
||||
include_once($this->template);
|
||||
include($this->template);
|
||||
|
||||
$templateContent = ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
||||
Reference in New Issue
Block a user