Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Pas de modif possible des infos utilisateur en mode démo
Browse files Browse the repository at this point in the history
  • Loading branch information
polosson committed Nov 5, 2014
1 parent 9a57572 commit 7c24b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modals/menuRight.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
echo '</select>
</p>';

if ($_SESSION['user']->getUserInfos('prenom' != "Demo")) : ?>
if ($_SESSION['user']->getUserInfos('prenom') != "Demo") : ?>
<button class="bouton" id="modifInfoUserActif" idUser="<?php echo $_SESSION['user']->getUserInfos('id'); ?>">Mes infos</button>
<?php endif; ?>

Expand Down

0 comments on commit 7c24b28

Please sign in to comment.