forked from Mirrors/keyoxide-web
Fix variable
This commit is contained in:
parent
ac2823b62e
commit
d144a6d372
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ curl_close($ch);
|
||||||
$data = json_decode($result, true);
|
$data = json_decode($result, true);
|
||||||
|
|
||||||
$response = array();
|
$response = array();
|
||||||
$response["fingerprint"] = false;
|
$response["verified"] = false;
|
||||||
$response["fingerprint"] = $fingerprint;
|
$response["fingerprint"] = $fingerprint;
|
||||||
$response["tweetId"] = $tweetId;
|
$response["tweetId"] = $tweetId;
|
||||||
$response["text"] = $data["data"]["text"];
|
$response["text"] = $data["data"]["text"];
|
||||||
|
|
Loading…
Reference in a new issue