fix intltext template driver

This commit is contained in:
friendica
2013-05-15 22:27:35 -07:00
parent b00c900fa2
commit d20a0cb6ab
5 changed files with 21 additions and 6 deletions

View File

@@ -539,7 +539,7 @@ function theme_include($file, $root = '') {
function get_intltext_template($s) {
function get_intltext_template($s, $root = '') {
$a = get_app();
$t = $a->template_engine();