mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 21:57:34 +02:00
Case cleanup toHtml() should be toHTML()
This commit is contained in:
@@ -900,7 +900,7 @@ class mailoutAdminClass extends e107MailManager
|
||||
if($k == 'mail_body')
|
||||
{
|
||||
// $text .= print_a($mailSource,true);
|
||||
// $text .= $tp->toHtml($val,true);
|
||||
// $text .= $tp->toHTML($val,true);
|
||||
$text .= "<iframe src='".e_ADMIN."mailout.php?mode=main&action=preview&id=".$mailSource['mail_source_id']."' width='100%' height='350'>Loading...</iframe>";
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user