Skip to content

Commit

Permalink
2.11.22 Updating the insert and update user queries
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Oct 8, 2024
1 parent 4e5aff2 commit 942ad96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/SQLQueryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ public function updateUserAccount($pUsername, $pPassword, $pSignature, $pUpdateA
SET
username = '".$pUsername."',
password = '".$pPassword."',
mysignature = '".$pSignature."
mysignature = '".$pSignature."'
";

if ($pUpdateAPIToken){
Expand Down

0 comments on commit 942ad96

Please sign in to comment.