mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +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');
|
$text = e107::getParser()->toHTML($this->news_item['news_title'], TRUE, 'TITLE');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user