diff options
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(); |