mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fixes #4035 - {NEWSTITLE} fix PHP 7.3 compatibility
This commit is contained in:
@@ -53,7 +53,7 @@ class news_shortcodes extends e_shortcode
|
||||
}
|
||||
}
|
||||
|
||||
function sc_newstitle($parm)
|
||||
function sc_newstitle($parm=null)
|
||||
{
|
||||
$text = e107::getParser()->toHTML($this->news_item['news_title'], TRUE, 'TITLE');
|
||||
|
||||
|
Reference in New Issue
Block a user