diff options
author | friendica <info@friendica.com> | 2013-05-15 22:27:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-15 22:27:35 -0700 |
commit | d20a0cb6abe92e05f4387a6b3ad504b422275fb1 (patch) | |
tree | 386e650aa46efd8d60885b3d6e9083727080adc4 /include/plugin.php | |
parent | b00c900fa2d999657b17caf577acea5ab772dec1 (diff) | |
download | volse-hubzilla-d20a0cb6abe92e05f4387a6b3ad504b422275fb1.tar.gz volse-hubzilla-d20a0cb6abe92e05f4387a6b3ad504b422275fb1.tar.bz2 volse-hubzilla-d20a0cb6abe92e05f4387a6b3ad504b422275fb1.zip |
fix intltext template driver
Diffstat (limited to 'include/plugin.php')
-rwxr-xr-x | include/plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin.php b/include/plugin.php index b65ca6e98..01ee99786 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -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(); |