Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
💩
Browse files Browse the repository at this point in the history
  • Loading branch information
CuzImBisonratte committed Sep 9, 2023
1 parent 674cd00 commit 22677c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/grades/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
</div>
<div class="statistics"></div>
</div>
<div class="grade_add" onclick="location.assign('/classes/grades/add/?class=<?= $_GET['class'] ?>')">
<div class="grade_add" onclick="location.assign('/classes/grades/add/?class=<?= $class_id ?>')">
<div>Add grade <i class="fas fa-plus"></i></div>
</div>
</main>
Expand Down

0 comments on commit 22677c9

Please sign in to comment.