From dccf308f4a7d7f7f18068f4adc821b316f466d02 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Thu, 2 Aug 2012 20:16:12 +0000 Subject: [PATCH] Small typo fix. --- e107_core/shortcodes/batch/signup_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/signup_shortcodes.php b/e107_core/shortcodes/batch/signup_shortcodes.php index 9e2012efc..281eb57f0 100755 --- a/e107_core/shortcodes/batch/signup_shortcodes.php +++ b/e107_core/shortcodes/batch/signup_shortcodes.php @@ -45,7 +45,7 @@ class signup_shortcodes extends e_shortcode switch ($param) { case 'login': - return $this->sc_signup_social_login(); + return $this->sc_signup_xup_login(); break; case 'signup':