1
0
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:
Tijn Kuyper
2019-12-01 15:17:40 +01:00
parent 7c54779e36
commit 2b9969d47e

View File

@@ -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');