mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
return decoded
This commit is contained in:
@@ -492,7 +492,7 @@ class CI_Email {
|
||||
_setlocale(LC_ALL, $origin_lang);
|
||||
}
|
||||
|
||||
return $message;
|
||||
return html_entity_decode($message);
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user