From 260c5f341e15b0e2cc79f7518f1e58e3ca693b33 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 14 Nov 2012 10:09:01 -0600 Subject: [PATCH] Fixed moar bugs in hamio --- application/libraries/hamio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/hamio.php b/application/libraries/hamio.php index db942719..3036b8bb 100644 --- a/application/libraries/hamio.php +++ b/application/libraries/hamio.php @@ -15,7 +15,7 @@ class Hamio { $json_output = json_decode($json); if(isset($json_output)) { - $data['callsign'] = $json_outputign; + $data['callsign'] = $callsign; $data['name'] = "$json_output->first_name $json_output->last_name"; $data['gridsquare'] = $json_output->gridsquare; $data['city'] = ucfirst(strtolower(($json_output->city)));