1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Fixes #3764 XURL icons now function regardless of FontAwesome version or presence.

This commit is contained in:
Cameron
2019-04-04 11:16:58 -07:00
parent 5109715002
commit 345c0ec959
3 changed files with 3 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ class social_shortcodes extends e_shortcode
* {XURL_ICONS: size=2x}
* {XURL_ICONS: type=facebook,twitter,vimeo}
*/
function sc_xurl_icons($parm='')
function sc_xurl_icons($parm=null)
{
$tp = e107::getParser();
$tmpl = !empty($parm['template']) ? $parm['template'] : 'default';