Skip to content

Commit

Permalink
Fix for PIREP 30 day chart and parsing Pilot ID's
Browse files Browse the repository at this point in the history
Signed-off-by: DavidJClark <david@noticeabledesigns.com>
  • Loading branch information
DavidJClark committed Jan 9, 2016
1 parent d6e39ae commit 094fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/Profile/Profile.php
Expand Up @@ -80,7 +80,7 @@ public function index()
public function view($pilotid='')
{
#replacement for OFC charts - Google Charts API - simpilot
$this->set('chart_url', ChartsData::build_pireptable($pilotid, 30));
$this->set('chart_url', ChartsData::build_pireptable(PilotData::parsePilotID($pilotid), 30));
#end

$pilotid = PilotData::parsePilotID($pilotid);
Expand Down

0 comments on commit 094fd85

Please sign in to comment.