Export the members of a list as a CSV file (Closes #927)
[platal.git] / modules / register.php
index 5b098f0..f77841c 100644 (file)
@@ -419,6 +419,7 @@ class RegisterModule extends PLModule
     {
         global $globals;
         $page->changeTpl('register/success.tpl');
+        $page->assign('user', S::user());
 
         $_SESSION['sub_state'] = array('step' => 5);
         if (Env::has('response2'))  {