Fix admin error
This commit is contained in:
parent
6d27b35231
commit
67eb1501cc
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue