Fix admin error

This commit is contained in:
bastianonm 2019-01-15 07:57:41 +00:00
parent 6d27b35231
commit 67eb1501cc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
$total_ele_down = get_option("wpgpxmaps_summary_total_ele_down");
$avg_speed = get_option("wpgpxmaps_summary_avg_speed");
$avg_cad = get_option("wpgpxmaps_summary_avg_cad");
$$avg_hr = get_option("wpgpxmaps_summary_avg_hr");
$avg_hr = get_option("wpgpxmaps_summary_avg_hr");
$avg_temp = get_option("wpgpxmaps_summary_avg_temp");
$total_time = get_option("wpgpxmaps_summary_total_time");
$usegpsposition = get_option("wpgpxmaps_usegpsposition");