]> git.mxchange.org Git - friendica.git/blobdiff - mod/regmod.php
"notes" app
[friendica.git] / mod / regmod.php
index b985ee3644e69600d960a98cfe8f73be19109c88..fe29cb185f66e75fc885e4a3fef301b1a5373060 100644 (file)
@@ -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(),