Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 2, 2023
1 parent a29f6d4 commit 3d53ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/PlayLists/managerPlaylists.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ function createNewProgram() {
data: {
'status': "public",
'name': inputValue,
'user': '<?php echo $users_id; ?>'
'users_id': '<?php echo $users_id; ?>'
},
success: function(response) {
if (response.status > 0) {
Expand Down

0 comments on commit 3d53ce8

Please sign in to comment.