Tag: mail.php
Patch for mail.php in v5.0.2
Bug: A syntax error prevents mail.php from displaying.
File: mail.php
Fix:
-Find line 50:
$PAGE->assign('page_title', sprintf(lang('page_title_mail'), $group->get_title());
-Replace with:
$PAGE->assign('page_title', sprintf(lang('page_title_mail'), $group->get_title()));
1 comment(s)
/ cglusky
/ cglusky's dev notes
/ on February 23, 2006 at 11:28
