mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +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)
|
switch ($type)
|
||||||
{
|
{
|
||||||
case "login":
|
case "login":
|
||||||
$lan_plugin_social_xup = LAN_PLUGIN_SOCIAL_XUP_REG;
|
$lan_plugin_social_xup = LAN_PLUGIN_SOCIAL_XUP_SIGNUP;
|
||||||
break;
|
break;
|
||||||
case "signup":
|
case "signup":
|
||||||
$lan_plugin_social_xup = LAN_PLUGIN_SOCIAL_XUP_SIGNUP;
|
$lan_plugin_social_xup = LAN_PLUGIN_SOCIAL_XUP_REG;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user