mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
Added missing class param on Social Login shortcode. eg. {SOCIAL_LOGIN: class=x}
This commit is contained in:
@@ -164,10 +164,12 @@ class social_shortcodes extends e_shortcode
|
||||
function sc_social_login($parm=null)
|
||||
{
|
||||
$pref = e107::pref('core', 'social_login_active');
|
||||
|
||||
|
||||
|
||||
|
||||
if(empty($pref))
|
||||
{
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
|
||||
$sc = e107::getScBatch('signup');
|
||||
|
Reference in New Issue
Block a user