mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Test all e_shortcode.php files in core. PHP8 Fix for featurebox.
This commit is contained in:
@@ -426,7 +426,7 @@ class social_shortcodes extends e_shortcode
|
||||
/**
|
||||
* @example {TWITTER_TIMELINE: id=xxxxxxx&theme=light}
|
||||
*/
|
||||
function sc_twitter_timeline($parm)
|
||||
function sc_twitter_timeline($parm=null)
|
||||
{
|
||||
$ns = e107::getRender();
|
||||
|
||||
|
Reference in New Issue
Block a user