aboutsummaryrefslogtreecommitdiffstats
path: root/include/plugin.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-15 22:27:35 -0700
committerfriendica <info@friendica.com>2013-05-15 22:27:35 -0700
commitd20a0cb6abe92e05f4387a6b3ad504b422275fb1 (patch)
tree386e650aa46efd8d60885b3d6e9083727080adc4 /include/plugin.php
parentb00c900fa2d999657b17caf577acea5ab772dec1 (diff)
downloadvolse-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-xinclude/plugin.php2
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();