mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Fixes #4194 - Use correct LAN for XUP login/register action
This commit is contained in:
@@ -116,10 +116,10 @@ class signup_shortcodes extends e_shortcode
|
||||
switch ($type)
|
||||
{
|
||||
case "login":
|
||||
$lan_plugin_social_xup = LAN_PLUGIN_SOCIAL_XUP_REG;
|
||||
$lan_plugin_social_xup = LAN_PLUGIN_SOCIAL_XUP_SIGNUP;
|
||||
break;
|
||||
case "signup":
|
||||
$lan_plugin_social_xup = LAN_PLUGIN_SOCIAL_XUP_SIGNUP;
|
||||
$lan_plugin_social_xup = LAN_PLUGIN_SOCIAL_XUP_REG;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user