diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-15 02:12:34 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-15 02:12:34 +0000 |
commit | f912c8e793ba1140dab7507c21afc3d917d815d7 (patch) | |
tree | 8aa388fee630f5e9a27f21d0c847ce17e2616a7f | |
parent | 25530a3caf7ea6714f22830a4792756507a722b0 (diff) | |
download | elgg-f912c8e793ba1140dab7507c21afc3d917d815d7.tar.gz elgg-f912c8e793ba1140dab7507c21afc3d917d815d7.tar.bz2 |
#Refs 2653 removed login() call since it was conflicting with user validation plugin
git-svn-id: http://code.elgg.org/elgg/trunk@7318 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | actions/register.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php index 566f6b1d4..52176c5de 100644 --- a/actions/register.php +++ b/actions/register.php @@ -55,7 +55,6 @@ if ($CONFIG->allow_registration) { system_message(elgg_echo("registerok", array($CONFIG->sitename))); // Forward on success, assume everything else is an error... - login($new_user); forward(); } else { register_error(elgg_echo("registerbad")); |