From 3159bea404db67966ccfc611851a50ddf81d58bb Mon Sep 17 00:00:00 2001 From: int2001 Date: Fri, 20 Sep 2024 16:26:15 +0000 Subject: [PATCH] Removed typo --- application/controllers/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Api.php b/application/controllers/Api.php index 75cd009d6..906d251da 100644 --- a/application/controllers/Api.php +++ b/application/controllers/Api.php @@ -730,7 +730,7 @@ class API extends CI_Controller { $return['us_county'] = $call_lookup_results->COL_CNTY; $return['dxcc_id'] = $call_lookup_results->COL_DXCC; $return['cont'] = $call_lookup_results->COL_CONT; - $return['wworked_before'] = true; + $return['workedBefore'] = true; if ($return['gridsquare'] != "") { $return['latlng'] = $this->qralatlng($return['gridsquare']);