aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorZach Prezkuta <fermion@gmx.com>2013-01-10 21:24:10 -0700
committerZach Prezkuta <fermion@gmx.com>2013-01-10 21:24:10 -0700
commitddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8 (patch)
tree932ca3c5a6c5689f2cd2989b94c7d7a779ee7b37 /boot.php
parentf0a08a05aedd8add7990f26c1a0d1894ddd06683 (diff)
downloadvolse-hubzilla-ddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8.tar.gz
volse-hubzilla-ddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8.tar.bz2
volse-hubzilla-ddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8.zip
add Smarty templates for international templates
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/boot.php b/boot.php
index c9c7225da..ba61f3831 100644
--- a/boot.php
+++ b/boot.php
@@ -1016,9 +1016,6 @@ function check_config(&$a) {
if($retval) {
//send the administrator an e-mail
- $engine = get_app()->get_template_engine();
- get_app()->set_template_engine();
-
$email_tpl = get_intltext_template("update_fail_eml.tpl");
$email_msg = replace_macros($email_tpl, array(
'$sitename' => $a->config['sitename'],
@@ -1027,8 +1024,6 @@ function check_config(&$a) {
'$error' => sprintf( t('Update %s failed. See error logs.'), $x)
));
- get_app()->set_template_engine($engine);
-
$subject=sprintf(t('Update Error at %s'), $a->get_baseurl());
mail($a->config['admin_email'], $subject, $email_msg,