Fix tests

This commit is contained in:
bzick
2013-09-14 19:55:53 +04:00
parent 2fc84c226e
commit 7c038e0ba9
3 changed files with 7 additions and 7 deletions

View File

@ -69,7 +69,7 @@ class Compiler
}
$inc = $tpl->getStorage()->compile($name, false);
$tpl->addDepend($inc);
return '?>' . $tpl->getBody() . '<?php';
return '?>' . $inc->getBody() . '<?php';
}