fix syntax error
parent
100c911f75
commit
93ec668f91
|
@ -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
|
$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
|
// Append new signature to array
|
||||||
$$data[] = array("id" => $id,
|
$data[] = array("id" => $id,
|
||||||
"name" => $name,
|
"name" => $name,
|
||||||
"email" => $email,
|
"email" => $email,
|
||||||
"country" => $country,
|
"country" => $country,
|
||||||
|
|
Loading…
Reference in New Issue