Мелкие правки

This commit is contained in:
origami11 2017-02-17 19:09:01 +03:00
parent a75f450edd
commit 3a77f74177
5 changed files with 13 additions and 22 deletions

View file

@ -38,4 +38,8 @@ class View_Composite extends View_View
// postProcess
return $this->tal->execute();
}
function setTranslator($t) {
$this->tal->setTranslator($t);
}
}