diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php
index eed101cc285..4f59a16eb91 100644
--- a/htdocs/contact/fiche.php
+++ b/htdocs/contact/fiche.php
@@ -42,10 +42,10 @@ $langs->load("commercial");
$error=0; $errors=array();
$action = GETPOST('action');
-
-// Security check
$socid = GETPOST("socid");
$id = GETPOST("id");
+
+// Security check
if ($user->societe_id) $socid=$user->societe_id;
$object = new Contact($db);
@@ -601,6 +601,7 @@ else
print '';
print '';
print '';
+ print '';
print '';
print '';
print '';