From 822bc69e0f0472b486c567771ffc4de46a649d90 Mon Sep 17 00:00:00 2001 From: bastianonm Date: Thu, 7 Jun 2012 12:00:57 +0000 Subject: [PATCH] --- wp-gpx-maps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-gpx-maps.php b/wp-gpx-maps.php index 7e0415d..472c6c0 100644 --- a/wp-gpx-maps.php +++ b/wp-gpx-maps.php @@ -114,7 +114,7 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='') $color_graph_hr = findValue($attr, "glinecolorhr", "wpgpxmaps_graph_line_color_hr", "#ff77bd"); $color_graph_cad = findValue($attr, "glinecolorcad", "wpgpxmaps_graph_line_color_cad", "#beecff"); $chartFrom1 = findValue($attr, "chartfrom1", "wpgpxmaps_graph_offset_from1", ""); - $chartTo1 = findValue($attr, "chartfo1", "wpgpxmaps_graph_offset_to1", ""); + $chartTo1 = findValue($attr, "chartto1", "wpgpxmaps_graph_offset_to1", ""); $chartFrom2 = findValue($attr, "chartfrom2", "wpgpxmaps_graph_offset_from2", ""); $chartTo2 = findValue($attr, "chartto2", "wpgpxmaps_graph_offset_to2", ""); $startIcon = findValue($attr, "starticon", "wpgpxmaps_map_start_icon", "");