X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Ftemplate.php;h=ac988b0845531c97772c2f72beca2251f93d98bc;hb=4bf034fb9989e1b5fd7b66ac9e98de0d23189415;hp=c35534cb962b6f2b14c708e95c44d8a32f3c7d73;hpb=c3cfa91f3d95f153f6c93dcff421532b9a76b1a7;p=wfpl.git diff --git a/metaform/template.php b/metaform/template.php index c35534c..ac988b0 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -182,7 +182,7 @@ function ~file_name~_main_form($id = false) { } $subject = '~plural cap~ form submitted'; $email_template = new tem(); - $email_template->load('~file_name~.email.txt'); + $email_template->load('~public_file_name~.email.txt'); $email_template->sets($data); $message = $email_template->run(); $cc = '';