aboutsummaryrefslogtreecommitdiffstats
path: root/mod/regmod.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-10 21:09:19 -0800
committerfriendica <info@friendica.com>2013-01-10 21:09:19 -0800
commitd60a07c4f7190c98f38aad059fba1740f4970bdd (patch)
tree932ca3c5a6c5689f2cd2989b94c7d7a779ee7b37 /mod/regmod.php
parentf0a08a05aedd8add7990f26c1a0d1894ddd06683 (diff)
parentddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8 (diff)
downloadvolse-hubzilla-d60a07c4f7190c98f38aad059fba1740f4970bdd.tar.gz
volse-hubzilla-d60a07c4f7190c98f38aad059fba1740f4970bdd.tar.bz2
volse-hubzilla-d60a07c4f7190c98f38aad059fba1740f4970bdd.zip
Merge pull request #16 from fermionic/20130110-fix-intl-smarty
add Smarty templates for international templates
Diffstat (limited to 'mod/regmod.php')
-rw-r--r--mod/regmod.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/mod/regmod.php b/mod/regmod.php
index 23b586be2..3da1575d3 100644
--- a/mod/regmod.php
+++ b/mod/regmod.php
@@ -39,9 +39,6 @@ function user_allow($hash) {
push_lang($register[0]['language']);
- $engine = get_app()->get_template_engine();
- get_app()->set_template_engine();
-
$email_tpl = get_intltext_template("register_open_eml.tpl");
$email_tpl = replace_macros($email_tpl, array(
'$sitename' => $a->config['sitename'],
@@ -52,8 +49,6 @@ function user_allow($hash) {
'$uid' => $user[0]['uid']
));
- get_app()->set_template_engine($engine);
-
$res = mail($user[0]['email'], sprintf(t('Registration details for %s'), $a->config['sitename']),
$email_tpl,
'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] . "\n"