mirror of
https://github.com/e107inc/e107.git
synced 2025-09-03 11:22:40 +02:00
Case cleanup toHtml() should be toHTML()
This commit is contained in:
@@ -112,7 +112,7 @@ class theme_shortcodes extends e_shortcode
|
||||
$text = '© '. $copyYear . (($copyYear != $curYear) ? ' - ' . $curYear : '');
|
||||
|
||||
$text .= ' '.$sitedisclaimer;
|
||||
return e107::getParser()->toHtml($text, true, 'SUMMARY');
|
||||
return e107::getParser()->toHTML($text, true, 'SUMMARY');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user