diff --git a/Timeline/view_profil_ident.php b/Timeline/view_profil_ident.php
index 2a2b18003d9f4a6e22d1a970a96a648e87f275d5..f2ee5471ac0d570793bc65d5038c5cdcb287e9d8 100755
--- a/Timeline/view_profil_ident.php
+++ b/Timeline/view_profil_ident.php
@@ -58,7 +58,7 @@ if(isset($_GET['identifiant']))
           else
           {
               $tabPhotos = getPhotosSesIdentifications($DB, $idprofil);
-              $surnom = surnomUser($DB, $idprofil);
+              $surUser = surnomUser($DB, $idprofil);
           }
 
         }
@@ -114,7 +114,7 @@ if(isset($_GET['identifiant']))
 
       <?php include 'header.php'; ?>
 
-      <h3 class="page-header">Posts de <?php echo $surnom; ?></h3>
+      <h3 class="page-header">Posts de <?php echo $surUser; ?></h3>
       
         <?php
           if($tabPhotos)