Merge branch 'xorg/maint' into xorg/master
[platal.git] / modules / carnet.php
index 3a126a1..8db0fc2 100644 (file)
@@ -336,7 +336,7 @@ class CarnetModule extends PLModule
 
         Platal::session()->close();
 
-        $order = array(new UFO_Name(Profile::LASTNAME), new UFO_Name(Profile::FIRSTNAME));
+        $order = array(new UFO_Name());
         if ($arg0 == 'promo') {
             $order = array_unshift($order, new UFO_Promo());
         } else {