Skip to content

Commit

Permalink
Closes issued #5 - Error on clicking 'Print map'
Browse files Browse the repository at this point in the history
  • Loading branch information
jetherton committed Jun 26, 2012
1 parent a619a02 commit f06f00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/enhancedmap/print_mapview_js.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ function changeTopBottom(direction)
$view->marker_opacity = $marker_opacity;
$view->active_startDate = $active_startDate;
$view->active_endDate = $active_endDate;
$view->graph_id = $graph_id;
if(isset($urlParams))
{
$view->urlParams = $urlParams;
Expand Down

0 comments on commit f06f00f

Please sign in to comment.