Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 26, 2023
1 parent d51d48f commit b1848c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ function getCategoriesSelect($id) {
<?php
if (Login::canCreateCategory()) {
?>
<button class="btn btn-primary" type="button" onclick="addNewCategory();"><i class="fas fa-plus"></i></button>
<button class="btn btn-primary" type="button" onclick="addNewCategory('<?php echo $_SESSION['login']->streamer; ?>');"><i class="fas fa-plus"></i></button>
<?php
}
?>
Expand Down

0 comments on commit b1848c9

Please sign in to comment.