fix syntax error

lektura
max.mehl 2017-03-24 01:51:22 +01:00
parent 100c911f75
commit 93ec668f91
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ if ($action === "sign") {
$codeid = $id + $codemod; // this is to obfuscate the real ID of the user if we don't want to publish this number
// Append new signature to array
$$data[] = array("id" => $id,
$data[] = array("id" => $id,
"name" => $name,
"email" => $email,
"country" => $country,