
Medal System Mod Icy Phoenyx
hello again

i install this mod
medal system to phpbb work fine in icy check in action
only i found a little bug
when save the medal info apper this error
im not sure what file is, in mailer.php at line 115 around appear
Quote:
if (!@file_exists(@phpbb_realpath($tpl_file)))
{
$tpl_file = $phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . 'lang_spanish/email/html/' . $template_file . '.tpl';
if (!@file_exists(@phpbb_realpath($tpl_file)))
{
message_die(GENERAL_ERROR, 'Could not find email template file :: ' . $template_file, '', __LINE__, __FILE__);
}
}
maybe is missing a file but i dont know what is to fix the path

i put the adapt mod when fix this