diff options
author | friendica <info@friendica.com> | 2014-07-13 23:00:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-13 23:00:03 -0700 |
commit | 17bd39fcd4b28e6475a8a349f136c788202eaff4 (patch) | |
tree | 29ea47e142c48ab9f93ce3ed941655892d6be8e2 /include/text.php | |
parent | 34c9493dfe22d57395fb76e8fb307029aeb935fc (diff) | |
download | volse-hubzilla-17bd39fcd4b28e6475a8a349f136c788202eaff4.tar.gz volse-hubzilla-17bd39fcd4b28e6475a8a349f136c788202eaff4.tar.bz2 volse-hubzilla-17bd39fcd4b28e6475a8a349f136c788202eaff4.zip |
rename friendica_smarty
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 61c731167..85c27265f 100755 --- a/include/text.php +++ b/include/text.php @@ -2,7 +2,7 @@ require_once("include/template_processor.php"); -require_once("include/friendica_smarty.php"); +require_once("include/smarty.php"); /** * This is our template processor |