Skip to content

Commit bfdf565

Browse files
committed
Fix: #61. index error in scutter.php
1 parent dfabd6e commit bfdf565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scutter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function toggle() {
167167

168168
<button id="">
169169
<?php
170-
if($_GET['aggregated'] == "true") {
170+
if($aggregated == "true") {
171171
echo "Show specific values";
172172
}else {
173173
echo "Show total values";

0 commit comments

Comments
 (0)