mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add accidentially removed replacement code
This commit is contained in:
@@ -140,6 +140,8 @@ class Hamsat extends CI_Controller {
|
||||
|
||||
if (strtoupper($decoded_json->data[$i]->satellite->name) == 'GREENCUBE') {
|
||||
$decoded_json->data[$i]->sat_export_name = 'IO-117';
|
||||
} else if (strtoupper($decoded_json->data[$i]->satellite->name) == 'AO-07') {
|
||||
$decoded_json->data[$i]->sat_export_name = 'AO-7';
|
||||
} else {
|
||||
$decoded_json->data[$i]->sat_export_name = $decoded_json->data[$i]->satellite->name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user