Added preconfig hint for 0.9.31-dev4

This commit is contained in:
BNoiZe
2013-12-01 11:06:33 +01:00
parent e5e0ae7527
commit f74ed8ed93
3 changed files with 11 additions and 3 deletions

View File

@@ -363,7 +363,7 @@ if ($action == 'forgotpwd') {
Database::pexecute($result_stmt, array("adminid" => $user['adminid'], "lang" => $def_language));
$result = $result_stmt->fetch(PDO::FETCH_ASSOC);
$mail_body = html_entity_decode(replace_variables((($result['value'] != '') ? $result['value'] : $body), $replace_arr));
$_mailerror = false;
try {
$mail->Subject = $mail_subject;