Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
BlivionIaG committed May 2, 2018
1 parent a816551 commit c3a44dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
echo '<h2> Vous avez rajouté ' . $param->getLibelle() . ' à la Base de donnée !</h2>';

/* On récupère le paramètre ajouté */
- $dirtytmp = $db->RequestAllParams();
- $parametre = $dirtytmp[sizeof($dirtytmp) - 1];
$dirtytmp = $db->RequestAllParams();
$parametre = $dirtytmp[sizeof($dirtytmp) - 1];

/* Générations cambrures */
$cambrures = $parametre->genererCambrures();
Expand Down

0 comments on commit c3a44dc

Please sign in to comment.