Skip to content
Snippets Groups Projects
Commit 2a291b39 authored by Nicolas Borboën's avatar Nicolas Borboën
Browse files

[fix] unused param

parent a0122a82
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
if ($validator->isValid()) {
if (isset($_GET['edit'])) {
// update data
updatePostulation($pdo, $candidateData, $_FILES);
updatePostulation($pdo, $candidateData);
// get job name
$job = $DBController->getPositionName($candidateData->formation);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment