Home
last modified time | relevance | path

Searched refs:template_replacements (Results 1 – 1 of 1) sorted by relevance

/plugin/gitbacked/action/
H A Deditcommit.php220 $template_replacements = array(
225 …is->notifyByMail('mail_create_new_error_subject', 'mail_create_new_error', $template_replacements);
237 $template_replacements = array(
241 …this->notifyByMail('mail_repo_path_error_subject', 'mail_repo_path_error', $template_replacements);
256 $template_replacements = array(
263 …rn $this->notifyByMail('mail_command_error_subject', 'mail_command_error', $template_replacements);
279 $template_replacements = array(
284 …this->notifyByMail('mail_command_success_subject', 'mail_command_success', $template_replacements);
296 public function notifyByMail($subject_id, $template_id, $template_replacements) { argument
313 $mailer->setBody($template_text, $template_replacements, null, $template_html);