Searched refs:template_replacements (Results 1 – 1 of 1) sorted by relevance
| /plugin/gitbacked/action/ |
| D | editcommit.php | 312 $template_replacements = [ 317 …is->notifyByMail('mail_create_new_error_subject', 'mail_create_new_error', $template_replacements); 330 $template_replacements = [ 334 …this->notifyByMail('mail_repo_path_error_subject', 'mail_repo_path_error', $template_replacements); 350 $template_replacements = [ 357 …rn $this->notifyByMail('mail_command_error_subject', 'mail_command_error', $template_replacements); 374 $template_replacements = [ 379 …this->notifyByMail('mail_command_success_subject', 'mail_command_success', $template_replacements); 391 public function notifyByMail($subject_id, $template_id, $template_replacements) argument 411 $mailer->setBody($template_text, $template_replacements, null, $template_html);
|