mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix tests
This commit is contained in:
@ -69,7 +69,7 @@ class Compiler
|
||||
}
|
||||
$inc = $tpl->getStorage()->compile($name, false);
|
||||
$tpl->addDepend($inc);
|
||||
return '?>' . $tpl->getBody() . '<?php';
|
||||
return '?>' . $inc->getBody() . '<?php';
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user