Skip to content

Commit

Permalink
Merge pull request #73 from spinza/fix-72
Browse files Browse the repository at this point in the history
Fixes #72.  Added missing }
  • Loading branch information
ysamouhos committed Dec 18, 2015
2 parents bdfd758 + b44f6c8 commit c331f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/pages/nodes/nodes_plot.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function output() {
if ($apFreq > 0) {
$point_a->freq = (integer)$apFreq;
}
}
$image = $geoimage->plotlink($width, $height, $point_a, $point_b, (integer)$a_node[0]['elevation'], (integer)$b_node[0]['elevation']);

header('Content-type: image/png');
Expand Down

0 comments on commit c331f24

Please sign in to comment.