Ignore:
Timestamp:
Oct 1, 2008, 12:14:19 AM (16 years ago)
Author:
rub
Message:

Fix bad content of NBM mail.

Missing a file.

Sorry, multiple dev on work...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r2497 r2629  
    407407function pwg_mail_group(
    408408  $group_id, $email_format, $keyargs_subject,
    409   $dirname, $tpl_shortname,
     409  $tpl_shortname,
    410410  $assign_vars = array(), $language_selected = '')
    411411{
     
    492492
    493493          $mail_template = get_mail_template($email_format, $elem);
    494           $mail_template->set_filename($tpl_shortname,
    495             (empty($dirname) ? '' : $dirname.'/').$tpl_shortname.'.tpl');
     494          $mail_template->set_filename($tpl_shortname, $tpl_shortname.'.tpl');
    496495
    497496          $mail_template->assign(
Note: See TracChangeset for help on using the changeset viewer.