X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fregmod.php;h=fe29cb185f66e75fc885e4a3fef301b1a5373060;hb=681885a120fb44ddb0cee5cab1191a6aea67b3e0;hp=b985ee3644e69600d960a98cfe8f73be19109c88;hpb=ee1641393550eea9200f792707070e024879d466;p=friendica.git diff --git a/mod/regmod.php b/mod/regmod.php index b985ee3644..fe29cb185f 100644 --- a/mod/regmod.php +++ b/mod/regmod.php @@ -79,7 +79,7 @@ function regmod_content(&$a) { proc_run('php',"include/directory.php","$url"); } - $email_tpl = load_view_file("view/register_open_eml.tpl"); + $email_tpl = get_intltext_template("register_open_eml.tpl"); $email_tpl = replace_macros($email_tpl, array( '$sitename' => $a->config['sitename'], '$siteurl' => $a->get_baseurl(),